/** Shopify CDN: Minification failed

Line 131:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about-looking-ahead (INDEX:0) */
.looking-ahead {
  padding: 80px 40px;
  font-family: 'Jost', sans-serif;
}

.looking-ahead__inner {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.looking-ahead__eyebrow {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 20px;
}

.looking-ahead__heading {
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 500;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 16px;
}

.looking-ahead__divider {
  width: 40px;
  height: 1px;
  background: #1a1a1a;
  margin-bottom: 24px;
}

.looking-ahead__body {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.looking-ahead__right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: start;
  padding-top: 36px;
}

.looking-ahead__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.looking-ahead__icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.looking-ahead__col-label {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 500;
  margin: 0 0 12px;
}

.looking-ahead__col-text {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

@media (max-width: 900px) {
  .looking-ahead__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .looking-ahead__right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .looking-ahead {
    padding: 48px 20px;
  }
  .looking-ahead__right {
    grid-template-columns: 1fr;
  }
}
.looking-ahead__cta {
    display: inline-block;
  margin-top: 32px;
  padding: 16px 32px;
  background: #1a1a1a;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
  transition: opacity 0.2s;
}
.looking-ahead__cta:hover {
  opacity: 0.75;
}
}
.looking-ahead__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* END_SECTION:about-looking-ahead */

/* START_SECTION:about-three-columns (INDEX:1) */
.about-three-col {
  padding: 80px 40px;
  font-family: 'Jost', sans-serif;
}

.about-three-col__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;  /* start helyett stretch */
}

.about-three-col__icon {
  width: 52px;
  height: 52px;
  color: #2c2c2c;
  margin-bottom: 20px;
}

.about-three-col__icon svg {
  width: 100%;
  height: 100%;
}

.about-three-col__label {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 12px;
}

.about-three-col__heading {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 16px;
}

.about-three-col__divider {
  width: 40px;
  height: 1px;
  background: #1a1a1a;
  margin-bottom: 20px;
}

.about-three-col__body {
  font-size: 14px;
  line-height: 1.75;
  color: #555;
  margin: 0 0 32px;
}
.about-three-col__item {
  display: flex;
  flex-direction: column;
}

.about-three-col__image {
  margin-top: auto;
  /* + a meglévő sorok maradnak */
}

.about-three-col__image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .about-three-col {
    padding: 48px 20px;
  }
  .about-three-col__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
/* END_SECTION:about-three-columns */

/* START_SECTION:cta-banner (INDEX:14) */
.cta-banner {
  padding: 60px 40px;
  font-family: 'Jost', sans-serif;
}

.cta-banner__inner {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.cta-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-banner__heading {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 500;
  line-height: 1.25;
  color: #1a1a1a;
  margin: 0 0 20px;
}

.cta-banner__body {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 32px;
}

.cta-banner__btn {
  display: inline-block;
  padding: 14px 28px;
  background: #0e0908ff;
  color: #f5f0ea;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  transition: background 0.2s;
}

.cta-banner__btn:hover {
  background: #3e2b20;
}

@media (max-width: 768px) {
  .cta-banner__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cta-banner {
    padding: 48px 20px;
  }
}
/* END_SECTION:cta-banner */