/* CSS RESET & BASIC NORMALIZATION */
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;
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #FEF6E7;
  color: #26231E;
  min-height: 100vh;
  line-height: 1.6;
  letter-spacing: 0.015em;
  font-size: 1rem;
}

/* BRAND & VINTAGE RETRO VARIABLES & COLORS */
:root {
  --color-primary: #1B2838;
  --color-secondary: #F6B20A;
  --color-accent: #F3F6F9;
  --color-bg-vintage: #FAEBC8;
  --color-contrast: #FFF7DF;
  --color-rose: #E6A07A;
  --color-mint: #8DC6AE;
  --color-brown: #7D5A4E;
  --color-dark: #373028;
  --shadow-retro: 0 2px 12px rgba(72, 52, 35, 0.11), 0 1.5px 0 #F6B20A;
  --border-retro: 3px solid #F6B20A;
}

/* GOOGLE FONTS IMPORTS */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
  color: var(--color-primary);
  margin-bottom: 16px;
  width: 100%;
}
h1 {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
  text-shadow: 1px 2px 0 #F6B20A22;
}
h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 1.5px 2px 0 #d6a53719;
}
h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}
h4, h5, h6 {
  font-size: 1.05rem;
  text-transform: uppercase;
  font-weight: 600;
}
p, li, ul, ol, blockquote {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: var(--color-dark);
}
strong {
  font-weight: 700;
  color: var(--color-brown);
}

ul, ol {
  padding-left: 22px;
  margin-bottom: 18px;
}
ul li,
ol li{
  margin-bottom: 12px;
  line-height: 1.7;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: var(--color-bg-vintage);
  border-radius: 22px;
  box-shadow: var(--shadow-retro);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: var(--color-contrast);
  border-radius: 15px;
  box-shadow: var(--shadow-retro);
  margin-bottom: 20px;
  padding: 24px 20px;
  position: relative;
  border: 2px solid #ecd282;
  transition: box-shadow 0.25s, transform 0.2s;
}
.card:hover {
  box-shadow: 0 6px 30px rgba(247,192,51,.25), 0 2px 0 #E6A07A;
  transform: translateY(-4px) scale(1.018);
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.feature-grid, .service-grid, .team-grid, .project-list, .initiative-list, .logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.feature-grid > div, .service-grid > div, .team-grid > div, .initiative-list > div, .project-list > div {
  background: var(--color-contrast);
  border-radius: 12px;
  border: 2px solid #ebdca8;
  flex: 1 1 270px;
  min-width: 240px;
  max-width: 370px;
  padding: 20px 18px 18px 18px;
  box-shadow: var(--shadow-retro);
  transition: box-shadow .2s, transform .2s;
}
.feature-grid > div:hover, .service-grid > div:hover, .project-list > div:hover, .initiative-list > div:hover {
  box-shadow: 0 2px 32px #d8aa2e26;
  transform: scale(1.025);
}

.team-grid > div {
  background: #FFF9ED;
  border-radius: 12px;
  border: 2px solid #f1dfa0;
  padding: 20px 14px 14px 14px;
  flex: 1 1 225px;
  min-width: 185px;
  color: #524331;
  font-size: 1.04rem;
  box-shadow: 0 1px 10px #cbae6840;
}

.cta {
  background: var(--color-secondary);
  color: var(--color-primary);
  padding: 40px 0 38px;
  box-shadow: 0 4px 20px #FACD7B22;
  border-radius: 19px;
  text-align: center;
  margin-bottom: 64px;
}
.cta h2 {
  color: var(--color-primary);
  font-size: 2.2rem;
  margin-bottom: 26px;
}

.text-section {
  background: none;
  padding: 0;
  font-size: 1.06rem;
  color: var(--color-dark);
  line-height: 1.8;
}
.text-section h3 {
  color: #9B5303;
  margin-bottom: 6px;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
}

.process-icons {
  display: flex;
  gap: 36px;
  margin-top: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.process-icons img {
  width: 44px;
  height: 44px;
  background: #FFF6D8;
  border-radius: 12px;
  padding: 8px;
  border: 2px dotted #E6A07A;
  box-shadow: 0 1px 3px #aa794015;
}
.certifications {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.certifications span {
  background: #F6B20A18;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1.04rem;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1.5px dashed #E6A07A;
}

.progress-statistics ul,
.impact-statistics ul,
.milestone-timeline ul,
.job-list {
  list-style-type: disc;
  margin-left: 20px; 
  margin-bottom: 14px;
}
.job-list li {
  background: #FFF7E1;
  border-radius: 7px;
  border: 1px solid #ECD282;
  padding: 8px 10px;
  margin-bottom: 12px;
  font-size: 1.03rem;
  color: #524331;
}
.job-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 10px;
  font-size: 1.03rem;
}
.job-filters span {
  color: #7D5A4E;
  background: #FAEBC8;
  padding: 6px 12px;
  border-radius: 5px;
  border: 1px solid #F3F6F9;
}


/*******************
   BUTTONS & LINKS
*******************/
.btn {
  display: inline-block;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 14px 32px;
  border-radius: 32px;
  border: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.17s, transform 0.13s;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 7px 0 0 0;
  box-shadow: 0 1.5px 4px #e5be6733;
}
.btn-primary {
  background: var(--color-secondary);
  color: var(--color-primary);
  border: 2px solid #efd174;
  box-shadow: 0 2.5px 12px #fac43d29;
}
.btn-primary:hover, .btn-primary:focus {
  background: #FFD128;
  color: #1B2838;
  box-shadow: 0 4px 18px #f3b1002c;
  transform: translateY(-2px) scale(1.05);
}
.btn-outline {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-secondary);
}
.btn-outline:hover, .btn-outline:focus {
  background: var(--color-secondary);
  color: var(--color-primary);
}
a {
  color: #7D5A4E;
  text-decoration: underline;
  transition: color .2s;
}
a:hover {
  color: #4A301C;
  text-decoration: none;
}

footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

/****************
   HEADER & NAV
****************/
header {
  background: var(--color-bg-vintage);
  border-bottom: 2px solid var(--color-secondary);
  box-shadow: 0 3px 18px #d8aa2e12;
  padding: 0 0 0 0;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 26px;
  min-height: 86px;
  position: relative;
}
.logo, .logo-footer {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.logo img, .logo-footer img {
  height: 48px;
  width: auto;
  display: block;
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-left: 24px;
  flex: 1 1;
  align-items: center;
}
.main-nav a {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 1.04rem;
  font-weight: 500;
  color: #412a16;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 6px 4px;
  border-radius: 3px;
  position: relative;
  transition: color .19s, background .2s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #fde4ab;
  color: var(--color-primary);
}

.mobile-menu-toggle {
  display: none;
  font-size: 2.1rem;
  background: none;
  border: none;
  color: var(--color-primary);
  margin-left: auto;
  cursor: pointer;
  padding: 7px 16px;
  border-radius: 7px;
  transition: background .2s;
  line-height: 1;
  z-index: 106;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #fde4ab;
  color: #7D5A4E;
}

/* MOBILE NAV OVERLAY */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(244, 222, 170, 0.97);
  z-index: 9999;
  transition: transform .35s cubic-bezier(0.7, 0, 0.3, 1);
  transform: translateX(100%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}
.mobile-menu.active {
  display: flex;
  transform: translateX(0);
  animation: slideInMenu .34s cubic-bezier(0.7, 0, 0.3, 1);
}
@keyframes slideInMenu {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2.5rem;
  color: var(--color-primary);
  margin: 24px 0 12px 20px;
  cursor: pointer;
  padding: 4px 12px;
  border-radius: 6px;
  align-self: flex-start;
  transition: background .22s;
  z-index: 10001;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #ECD282;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-left: 32px;
  margin-top: 12px;
}
.mobile-nav a {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 1.32rem;
  text-transform: uppercase;
  color: #412a16;
  text-decoration: none;
  padding: 12px 0 12px 0px;
  border-bottom: 1.5px dashed #F6B20A33;
  width: 100%;
  transition: color 0.18s, background 0.18s;
  min-width: 220px;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  background: #F6B20A33;
  color: #1B2838;
}

/****************
         FOOTER
****************/
footer {
  background: #F6B20A20;
  padding: 0 0 0 0;
  position: relative;
  border-top: 3px solid #E6A07A;
  margin-top: 60px;
}
footer .container {
  padding-top: 32px;
  padding-bottom: 18px;
}
.footer-main {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-nav a {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 1.01rem;
  text-transform: uppercase;
  color: #775338;
  opacity: .93;
  transition: color .16s;
  letter-spacing: 0.03em;
  position: relative;
}
.footer-nav a:hover {
  color: #E6A07A;
  opacity: 1;
}
.logo-footer img {
  height: 44px;
}

.footer-contact {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 25px;
}
.footer-contact .text-section {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 1.06rem;
}
.social-media img {
  height: 24px; width: auto;
  filter: grayscale(58%) contrast(0.98);
  transition: filter .16s, transform .15s;
}
.social-media a:hover img {
  filter: grayscale(0%) contrast(1.15);
  transform: scale(1.07);
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: .97rem;
  color: #82613d;
  align-items: center;
  margin-top: 18px;
  border-top: 1.5px dotted #F6B20A22;
  padding-top: 12px;
  font-family: 'Roboto', Arial, sans-serif;
}

/********************
    TESTIMONIALS
*********************/
.testimonials {
  background: #FFE6B3;
  border-radius: 20px;
  padding: 42px 0 50px 0;
  margin-bottom: 64px;
  box-shadow: var(--shadow-retro);
}
.testimonials .content-wrapper{
  align-items: flex-start;
  gap: 28px;
}
.testimonial-card {
  background: #FFF9ED;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 16px;
  border: 2px solid #f1dfa0;
  margin-bottom: 20px;
  box-shadow: 0 2px 16px #d8aa2e17;
  color: #3E350B;
  font-size: 1.12rem;
  font-style: italic;
  position: relative;
  line-height: 1.6;
  transition: box-shadow .17s, transform .16s;
  min-width: 246px;
  max-width: 620px;
}
.testimonial-card:hover {
  box-shadow: 0 4px 28px #D8AA2E28;
  transform: translateY(-2px) scale(1.03);
}
.testimonial-card span {
  font-size: .98rem;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  color: #9B5303;
  font-style: normal;
  margin-left: 16px;
  letter-spacing: 0.01em;
}

.logo-grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.logo-grid img {
  max-width: 68px;
  background: #FFE3AA;
  padding: 8px 10px;
  border-radius: 14px;
  border: 2px solid #FFD66B;
  box-shadow: 0 0.5px 10px #ecd28242;
}

/*************
   HERO SECTIONS
*************/
.hero, .about-hero, .services-hero, .projects-hero, .careers-hero, .sustainability-hero, .contact-hero, .thank-you {
  background: linear-gradient(110deg, #FFEBC9 60%, #F6B20A 95%);
  border-radius: 0 0 28px 28px;
  box-shadow: 0 6px 46px #F6B20A16;
  padding: 60px 0 62px 0;
  margin-bottom: 62px;
}
.hero h1, .about-hero h1, .services-hero h1, .projects-hero h1, .careers-hero h1, .sustainability-hero h1, .contact-hero h1, .thank-you h1 {
  color: #7D5A4E;
  text-shadow: 2px 3px 0 #F6B20A22;
  margin-bottom: 16px;
}
.hero p, .about-hero p, .services-hero p, .projects-hero p, .careers-hero p, .sustainability-hero p, .contact-hero p, .thank-you p {
  color: #373028;
  font-size: 1.11rem;
}
.hero a.btn, .about-hero a.btn, .services-hero a.btn, .projects-hero a.btn, .careers-hero a.btn, .sustainability-hero a.btn, .contact-hero a.btn, .thank-you a.btn {
  margin-top: 18px;
}

/**********
  SPECIAL SECTIONS
***********/
.sustainability-commitment, .process-overview, .benefits, .milestones, .future-goals, .open-positions, .application-process, .legal-content{
  background: #fdf3df;
  border-radius: 18px;
  box-shadow: 0 2px 15px #faebc840;
  padding: 35px 0 35px 0;
  margin-bottom: 62px;
}

/**********
 * COOKIE CONSENT BANNER & MODAL
 **********/
 .cookie-consent-banner {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 20px;
   position: fixed;
   bottom: 0; left: 0; right: 0;
   background: #FFF1C7;
   border-top: 3px solid #F6B20A;
   box-shadow: 0 -2px 16px #ba90452b;
   z-index: 99998;
   padding: 22px 16px 22px 16px;
   font-size: 1.05rem;
   font-family: 'Roboto', Arial, sans-serif;
   animation: cookieBannerPop .28s cubic-bezier(.7,0,.3,1);
   transition: transform .26s;
 }
@keyframes cookieBannerPop {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
.cookie-consent-banner .btn {
  margin: 0 7px;
  min-width: 128px;
  padding: 11px 20px;
  font-size: 1.01rem;
  border-radius: 19px;
  border: none;
}
.cookie-consent-banner .btn-settings {
  background: transparent;
  color: #9B5303;
  border: 2px dotted #f6b20a;
  font-weight: 600;
}
.cookie-consent-banner .btn-settings:hover,
.cookie-consent-banner .btn-settings:focus {
  background: #FFD12844;
  color: #412a16;
}

/* Cookie Modal Popup */
.cookie-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(38, 35, 30, 0.74);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.26s;
}
.cookie-modal.active {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal .cookie-modal-window {
  background: #FFF9ED;
  border-radius: 18px;
  border: 3px solid #F6B20A;
  padding: 40px 30px 32px 30px;
  min-width: 320px;
  max-width: 94vw;
  max-height: 90vh;
  box-shadow: 0 12px 44px #b3963730;
  position: relative;
  animation: cookieModalIn .26s cubic-bezier(.7,0,.3,1);
  overflow-y: auto;
}
@keyframes cookieModalIn {
  from {transform: scale(0.85) translateY(70px);}
  to {transform: scale(1) translateY(0);}
}
.cookie-modal .modal-close-btn {
  position: absolute;
  top: 16px; right: 18px;
  background: none;
  border: none;
  font-size: 2.1rem;
  color: #1B2838;
  cursor: pointer;
  border-radius: 5px;
  padding: 2px 8px;
  transition: background .15s;
  z-index: 1;
}
.cookie-modal .modal-close-btn:hover,
.cookie-modal .modal-close-btn:focus{
  background: #ecd28233;
}
.cookie-modal h2 {
  font-size: 1.27rem;
  margin-bottom: 16px;
  color: #7D5A4E;
}
.cookie-modal .cookie-category {
  margin-bottom: 18px;
  padding: 9px 13px;
  border-radius: 6px;
  background: #f6dfb3;
  border: 1px dotted #FFD12880;
}
.cookie-modal .cookie-category label {
  font-weight: 600;
  color: #7D5A4E;
  font-size: 1.05rem;
  margin-right: 7px;
}
.cookie-modal .toggle-switch {
  display: inline-flex;
  align-items: center;
  width: 44px;
  height: 24px;
  background: #ebe2d2;
  border-radius: 100px;
  position: relative;
  margin-left: 8px;
}
.cookie-modal .toggle-switch input {
  width: 0; height: 0; opacity: 0;
}
.cookie-modal .toggle-slider {
  content: '';
  position: absolute;
  left: 2px; top: 2px;
  width: 20px; height: 20px;
  background: #FFD128;
  border-radius: 50%;
  transition: left .21s;
  z-index: 1;
}
.cookie-modal .toggle-switch input:checked + .toggle-slider {
  left: 22px;
  background: #8DC6AE;
  box-shadow: 0 1.5px 8px #62af8822;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  gap: 18px;
  margin-top: 17px;
  justify-content: flex-end;
}
.cookie-modal .btn {
  margin: 0;
}

/*********
  MISC
*********/
img {
  max-width: 100%;
  height: auto;
}
blockquote {
  border-left: 5px solid #F6B20A;
  background: #FFF9ED;
  padding: 17px 19px;
  margin: 20px 0;
  border-radius: 12px;
  color: #7D5A4E;
  font-size: 1.1rem;
}
::-webkit-input-placeholder { color: #B09770; }
:-ms-input-placeholder { color: #B09770; }
::placeholder { color: #B09770; }

hr {
  border: 0;
  height: 1.5px;
  background: #ecd282;
  border-radius: 4px;
  margin: 36px 0;
}


/*****************
 * RESPONSIVE DESIGN
 *****************/
@media (max-width: 1140px) {
  .container {
    max-width: 98vw;
  }
}
@media (max-width: 950px) {
  .content-grid, .feature-grid, .service-grid, .team-grid, .logo-grid, .project-list, .initiative-list, .footer-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media (max-width: 850px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section, .cta, .testimonials, .sustainability-commitment, .milestones, .future-goals, .open-positions, .application-process, .legal-content {
    padding: 28px 7px;
    border-radius: 11px;
  }
  .hero, .about-hero, .services-hero, .projects-hero, .careers-hero, .sustainability-hero, .contact-hero, .thank-you {
    padding: 28px 0 32px 0;
    border-radius: 0 0 14px 14px;
  }
  .footer-contact {
    gap: 20px;
    margin-bottom: 13px;
  }
  .footer-main {
    gap: 10px;
    margin-bottom: 14px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .card-container, .feature-grid, .service-grid, .team-grid, .project-list, .initiative-list {
    gap: 14px;
  }
  .feature-grid > div, .service-grid > div, .team-grid > div, .project-list > div, .initiative-list > div{
    min-width: 100%;
    max-width: 100%;
    padding: 13px 7px;
  }
  .main-nav {
    display: none;
  }
  header .btn-primary {
    display: none;
  }
  .mobile-menu {
    font-size: 1.17rem;
  }
  .cookie-modal .cookie-modal-window {
    padding: 18px 6px 16px 10px;
    min-width: 0;
    max-width: 99vw;
  }
}
@media (max-width: 530px) {
  h1 { font-size: 1.42rem; }
  h2 { font-size: 1.19rem; }
  .btn, .btn-primary, .btn-outline { font-size: 0.99rem; padding: 12px 14px; }
  .cookie-consent-banner { flex-direction: column; gap: 13px; padding: 13px 5px 14px 7px; }
  .cookie-modal .cookie-modal-window {padding: 7px 2px 12px 4px;}
  .footer-contact { gap: 6px; }
}

/* SCROLLBAR VINTAGE STYLE */
::-webkit-scrollbar {
  width: 11px;
  background: #F3F6F9;
}
::-webkit-scrollbar-thumb {
  background: #F6B20A55;
  border-radius: 7px;
}

/************
   PRINT STYLE
 *************/
@media print {
  * { background: none !important; color: #26231E !important; box-shadow:none !important; }
}

/* Focus outline for accessibility */
:focus {
  outline: 2.5px solid #F6B20A;
  outline-offset: 0.5px;
}

