/* ============================================
   ROKOKO - Custom Styles
   Nowe style bloków z Figmy + elementy WP
   Mobile-first: 0–991.98px (default)
   Desktop: 992px+
   ============================================ */

/* ===== HEADER DESKTOP CENTER NAV ===== */
/* handled in @media 992px+ below */

/* ===== WYSIWYG TYPOGRAPHY (universal for all ACF blocks) ===== */
.section-header h2,
.media-text-content h2,
.text-block-content h2,
.contact-info h2,
.three-columns-header h2,
.stats-header h2,
.map-header h2,
.faq-header h2,
.faq-footer h3,
.cta-inner h2,
.gallery-section h2 {
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: 36px;
  line-height: 1.2;
  color: var(--black);
  margin-top: 12px;
  margin-bottom: 20px;
}

.section-header h2 em,
.media-text-content h2 em,
.text-block-content h2 em,
.contact-info h2 em,
.three-columns-header h2 em,
.stats-header h2 em,
.map-header h2 em,
.faq-header h2 em,
.cta-inner h2 em,
.gallery-section h2 em {
  font-style: italic;
  color: var(--rose);
}

.section-header h3,
.media-text-content h3,
.text-block-content h3,
.contact-info h3,
.three-columns-card-content h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  color: var(--black);
}

.section-header p,
.media-text-content p,
.text-block-content p,
.contact-info p,
.three-columns-card-content p,
.stats-header p,
.map-header p,
.faq-header p {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  color: var(--brown);
  margin-bottom: 16px;
}

.section-header p:last-child,
.media-text-content p:last-child,
.text-block-content p:last-child,
.contact-info p:last-child {
  margin-bottom: 0;
}

.media-text-content h4,
.text-block-content h4,
.contact-info h4 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 6px;
}

.media-text-content ul,
.text-block-content ul,
.contact-info ul,
.three-columns-card-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.media-text-content ul li,
.text-block-content ul li,
.contact-info ul li,
.three-columns-card-content ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--brown);
}

.media-text-content ul li::before,
.text-block-content ul li::before,
.contact-info ul li::before,
.three-columns-card-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--gold);
}

.media-text-content strong,
.text-block-content strong,
.contact-info strong {
  font-weight: 500;
  color: var(--black);
}

.media-text-content a,
.text-block-content a,
.contact-info a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.media-text-content a:hover,
.text-block-content a:hover,
.contact-info a:hover {
  color: var(--accent);
}

/* ===== TEXT BLOCK ===== */
.text-block {
  padding: 60px 0;
}

.text-block.bg-cream {
  background-color: var(--cream);
}

.text-block.bg-white {
  background-color: var(--white);
}

.text-block.bg-ivory {
  background-color: var(--ivory);
}

.text-block-content .btn {
  margin-top: 24px;
}

/* ===== MARGIN HELPERS ===== */
.margin-top {
  margin-top: 60px;
}

.margin-bottom {
  margin-bottom: 60px;
}

/* ===== PAGE TITLE ===== */
.page-title {
    padding: 96px 0 40px;
    background-color: var(--white);
    background-size: cover;
    background-position: center;
    margin-top: 70px;
}

.page-title .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-title h1 {
  font-size: 36px;
  line-height: 1.15;
}

.page-title h1 em {
  font-style: italic;
  color: var(--rose);
}

.page-title .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--brown);
  margin-top: 8px;
}

.page-title .breadcrumbs a {
  color: var(--gold);
}

.page-title .breadcrumbs a:hover {
  color: var(--accent);
}

.page-title .breadcrumbs span {
  opacity: 0.5;
}

/* ===== MEDIA TEXT (unified about/collections) ===== */
.media-text {
  padding: 60px 0 80px;
  background-color: var(--cream);
}

.media-text .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.media-text-images {
  position: relative;
  width: 100%;
}

.media-text.is-single-image .about-img-1 {
  width: 100%;
}

.media-text-content .btn {
  margin-top: 16px;
}

.media-text h3 {
    margin-bottom: 15px;
}

/* ===== CONTACT ===== */
.contact {
  padding: 60px 0 80px;
  background-color: var(--cream);
}

.contact br {
    display: none;
}

.contact .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.contact-info h2 {
  margin-bottom: 32px;
}

.contact-info h2 em, .contact-form-intro h2 em {
    font-style: italic;
    color: var(--rose);
}

.contact-info-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}

.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-info-content p {
    margin: 0;
}

.contact-info-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(201, 169, 110, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.contact-info-content h4 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 6px;
}

.contact-info-content a {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  color: var(--brown);
  text-decoration: none;
  text-underline-offset: 0;
}

.contact-info-content a:hover {
  color: var(--gold);
}

.contact-info-content p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--brown);
}

.contact-form-intro {
  margin-bottom: 24px;
}

.contact-form-intro h2,
.contact-form-intro h3,
.contact-form-intro h4,
.contact-form-intro h5,
.contact-form-intro h6 {
  font-family: var(--font-heading);
  font-weight: 300;
  color: var(--black);
  margin-bottom: 16px;
}

.contact-form-intro h2 {
  font-size: 36px;
  line-height: 1.2;
}

.contact-form-intro h3 {
  font-size: 28px;
  line-height: 1.3;
}

.contact-form-intro h4 {
  font-size: 22px;
  line-height: 1.4;
}

.contact-form-intro p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--brown);
  margin-bottom: 16px;
}

/* CF7 Form Styling */
.contact-form .wpcf7-form label, .contact-form .wpcf7-form .cf7-label {
    display: block;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 3px;
}

.contact-form .wpcf7-form input[type="text"],
.contact-form .wpcf7-form input[type="email"],
.contact-form .wpcf7-form input[type="tel"],
.contact-form .wpcf7-form select,
.contact-form .wpcf7-form textarea {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--gold-20);
  padding: 14px 20px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 15px;
  color: var(--black);
  outline: none;
  transition: border-color var(--transition);
}

.contact-form .wpcf7-form input:focus,
.contact-form .wpcf7-form textarea:focus {
  border-color: var(--gold);
}

.contact-form .wpcf7-form input::placeholder,
.contact-form .wpcf7-form textarea::placeholder {
  color: rgba(107, 92, 82, 0.5);
}

.contact-form .wpcf7-form textarea {
    min-height: 140px;
    resize: vertical;
    height: 140px;
}

.contact-form .wpcf7-form .wpcf7-submit,
.contact-form .wpcf7-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 16px 36px;
  background-color: var(--gold);
  color: var(--black);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  margin-top: 12px;
}

.contact-form .wpcf7-form .wpcf7-submit:hover,
.contact-form .wpcf7-form input[type="submit"]:hover {
  background-color: var(--accent);
  color: var(--white);
  transform: translateY(-2px);
}

.contact-form .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #c0392b;
  margin-top: 4px;
}

.contact-form .wpcf7-form .wpcf7-response-output {
  margin-top: 16px;
  padding: 12px 16px;
  font-size: 13px;
  border: 1px solid var(--gold-20);
}

.contact-form .wpcf7-form p {
    margin-bottom: 15px;
}

/* ===== THREE COLUMNS ===== */
.three-columns {
  padding: 60px 0 80px;
  background-color: var(--white);
}

.three-columns-header {
  text-align: center;
  margin-bottom: 48px;
}

.three-columns-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.three-columns-card {
  border: 1px solid var(--gold-20);
  padding: 33px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.three-columns-card-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(201, 169, 110, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
}

.three-columns-card h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
}

.three-columns-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--brown);
  margin-top: 12px;
}

.three-columns-card--image .link-arrow {
    margin-top: 10px;
}

/* ===== THREE COLUMNS BACKGROUND COLORS ===== */
.three-columns--cream {
  background-color: var(--cream);
}

.three-columns--white {
  background-color: var(--white);
}

.three-columns--ivory {
  background-color: var(--ivory);
}

/* Wariant: obrazek zamiast ikonki */
.three-columns-card--image {
  gap: 0;
}

.three-columns-card-image {
  width: 100%;
  overflow: hidden;
}

.three-columns-card-image img {
    object-fit: cover;
    display: block;
    height: auto;
    width: 100%;
    scale: 1.005;
}

.three-columns-card-image-link {
  display: block;
  line-height: 0;
}

.three-columns-card-image-link img {
  transition: transform 0.35s ease;
}

.three-columns-card-image-link:hover img {
  transform: scale(1.04);
}

.three-columns-card--image .three-columns-card-content {
  padding-top: 24px;
}

.three-columns-card-title-link {
  color: inherit;
  text-decoration: none;
}

.three-columns-card-title-link:hover {
  color: var(--gold);
}

/* ===== STATS ===== */
.stats {
  padding: 60px 0 80px;
  background-color: var(--cream);
}

.stats-header {
  text-align: center;
  margin-bottom: 48px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  text-align: center;
}

.stats-item {
  padding: 32px 16px;
  border: 1px solid var(--gold-20);
}

.stats-item h3 {
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 4px;
}

.stats-suffix {
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: 24px;
  color: var(--gold);
}

.stats-item p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--brown);
  margin-top: 8px;
}

/* ===== MAP ===== */
.map-section {
  padding: 60px 0 0;
  background-color: var(--cream);
}

.map-header {
  text-align: center;
  margin-bottom: 48px;
}

.map-embed {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.single-store-map {
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    line-height: 0;
    max-height: 500px;
    min-height: 300px;
}

/* ===== FAQ ===== */
.faq {
  padding: 60px 0 80px;
  background-color: var(--white);
}

.faq-header {
  text-align: center;
  margin-bottom: 48px;
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-column {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid var(--gold-20);
}

.faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.faq-toggle-icon {
  width: 32px;
  height: 32px;
  border: 1px solid var(--gold-20);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
  transition: var(--transition);
}

.faq-toggle[aria-expanded="true"] .faq-toggle-icon {
  background-color: var(--gold);
  color: var(--white);
  border-color: var(--gold);
}

.faq-toggle[aria-expanded="true"] .faq-toggle-icon svg line:first-child {
  display: none;
}

.faq-toggle h3 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0 0 48px;
}

.faq-answer.is-open {
  max-height: 500px;
  padding-bottom: 20px;
}

.faq-answer p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--brown);
}

.faq-footer {
  margin-top: 48px;
  text-align: center;
  background-color: var(--cream);
  padding: 32px;
}

.faq-footer h3 {
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 12px;
}

.faq-footer > p {
  max-width: 560px;
  margin: 0 auto 24px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--brown);
}

.faq-footer-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ===== CTA ===== */
.cta {
  position: relative;
  overflow: hidden;
}

/* Dark variant */
.cta--dark {
  padding: 80px 0 60px;
  color: var(--cream);
}

.cta--dark .cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #2a2118 0%, #1a1410 50%, #3d2e1f 100%);
  z-index: 0;
}

.cta--dark .cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(201, 169, 110, 0.08) 0%, transparent 60%);
  z-index: 1;
}

.cta--dark .cta-inner {
  position: relative;
  z-index: 2;
}

.cta--dark h2 {
  font-size: 42px;
  line-height: 1.2;
  color: var(--cream);
  text-align: center;
  margin-bottom: 20px;
}

.cta--dark h2 em {
  font-style: italic;
  color: var(--gold);
}

.cta--dark .cta-label,
.cta--light .cta-label {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
  margin-bottom: 16px;
}

.cta--dark p {
  max-width: 560px;
  margin: 0 auto 32px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--white-50);
  text-align: center;
}

/* Light variant */
.cta--light {
  padding: 100px 0 80px;
  background-color: var(--cream);
}

.cta--light .cta-inner {
  position: relative;
  z-index: 1;
}

.cta--light h2 {
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

.cta--light h2 em {
  font-style: italic;
  color: var(--rose);
}

.cta--light p {
  max-width: 560px;
  margin: 0 auto 32px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--brown);
  text-align: center;
}

/* CTA shared */
.cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  padding: 16px 24px;
  border: 1px solid var(--gold-20);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.cta-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  color: var(--gold);
}

.cta--dark .cta-contact-item {
  color: var(--light-gold);
}

.cta-contact-item svg {
  flex-shrink: 0;
}

.cta-contact-divider {
  width: 1px;
  height: 20px;
  background-color: var(--gold-20);
}

/* ===== STORES ARCHIVE ===== */
.stores-archive {
  padding: 40px 0 80px;
  background-color: var(--cream);
}

.stores-search-bar {
  margin-bottom: 40px;
}

.stores-search-field {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--gold-20);
  padding: 16px 20px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 15px;
  color: var(--black);
  outline: none;
  transition: border-color var(--transition);
}

.stores-search-field:focus {
  border-color: var(--gold);
}

.stores-archive-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.stores-archive-list .store-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--gold-20);
    background: var(--gold-20);
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

.stores-archive-list .store-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.stores-archive-list .store-card-thumb {
  width: 100%;
  aspect-ratio: 400 / 260;
  overflow: hidden;
}

.stores-archive-list .store-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.25);
}

.stores-archive-list .store-card-info {
    padding: 20px 0;
    flex: 1;
}

.stores-archive-list .store-card-details h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 22px;
  color: var(--black);
  margin-bottom: 4px;
}

.stores-archive-list .store-card-address,
.stores-archive-list .store-card-phone {
  font-size: 14px;
  color: var(--brown);
}

.stores-archive-list .link-arrow {
  padding: 16px 24px;
  border-top: 1px solid var(--gold-20);
}

.no-results {
  text-align: center;
  padding: 60px 0;
  font-size: 16px;
  color: var(--brown);
}

/* ===== SINGLE STORE ===== */
.single-store {
  background-color: var(--cream);
}

.single-store-layout {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 0 60px;
}

/* Anti-CLS: before Owl initializes, show only first slide */
.single-store-slider:not(.owl-loaded) {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.single-store-slider:not(.owl-loaded) .single-store-slide:not(:first-child) {
  display: none;
}

.single-store-slider:not(.owl-loaded) .single-store-slide:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Owl initialized */
.single-store-slider {
  width: 100%;
  margin-bottom: 32px;
}

.single-store-slide {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.single-store-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-store-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 12px;
}

.single-store-slider .owl-nav button.owl-prev, .single-store-slider .owl-nav button.owl-next {
    pointer-events: auto;
    background: var(--gold) !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black) !important;
    transition: var(--transition);
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    line-height: 1;
}

.single-store-slider .owl-nav button.owl-prev:hover, .single-store-slider .owl-nav button.owl-next:hover {
    background: var(--accent) !important;
    color: white !important;
}

.single-store-slider .owl-nav button svg {
  width: 20px;
  height: 20px;
  display: block;
}

.single-store-desc {
  margin-bottom: 32px;
}

.single-store-desc h2, .single-store-desc h3, .single-store-desc h4 {
    margin-bottom: 15px;
}

.single-store-desc p {
    font-size: 15px;
    line-height: 1.5;
    color: var(--brown);
    margin-bottom: 16px;
}

.single-store-map {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  line-height: 0;
}

.single-store-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.single-store-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.single-store-info-block {
  border: 1px solid var(--gold-20);
  background: var(--white);
  padding: 24px;
}

.single-store-info-block h4 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.single-store-info-block p,
.single-store-info-block a {
  font-size: 15px;
  line-height: 1.8;
  color: var(--brown);
  display: block;
}

.single-store-info-block a:hover {
  color: var(--gold);
}

.store-hours-table {
  width: 100%;
  border-collapse: collapse;
}

.store-hours-table td {
  padding: 6px 0;
  font-size: 14px;
  color: var(--brown);
  border-bottom: 1px solid var(--gold-12);
}

.store-hours-table td:first-child {
  font-weight: 400;
  color: var(--black);
  width: 40%;
}

/* ===== FADE-UP / FADE ANIMATIONS ===== */
.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.fade-in.is-visible {
  opacity: 1;
}

.block-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.block-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fancybox__backdrop {
    transition: all 0.3s ease !important;
    background-color: #1a1410cc !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

/* ============================================
   DESKTOP 992px+
   ============================================ */
@media (min-width: 992px) {
  /* HEADER - centered nav */
  .site-header .container {
    position: relative;
  }

  .main-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .margin-top {
    margin-top: 80px;
  }

  .margin-bottom {
    margin-bottom: 80px;
  }

  /* PAGE TITLE */
  .page-title {
    padding: 96px 0 40px;
  }

  .page-title h1 {
    font-size: 56px;
    line-height: 64.4px;
  }

  /* MEDIA TEXT */
  .media-text {
    padding: 100px 0 120px;
  }

  .media-text .container {
      flex-direction: row;
      align-items: center;
      gap: 60px;
      justify-content: center;
  }

  .media-text-images {
    width: 50%;
    flex-shrink: 0;
  }

  .media-text-content {
    width: 50%;
  }

  .media-text.is-right .container {
    flex-direction: row-reverse;
  }

  .media-text.fit-to-text .media-text-images {
    width: auto;
    flex-shrink: 0;
    max-width: 50%;
  }

  .media-text.is-manual .media-text-images img {
    max-height: var(--img-max-height, none);
    object-position: var(--img-pos-x, 50%) var(--img-pos-y, 50%);
    object-fit: var(--img-fit, cover);
  }

  .media-text.is-manual .media-text-images .about-img-2 img {
    object-fit: cover;
  }

  .media-text.manual-contain .container {
    justify-content: center;
  }

  .media-text.manual-contain .media-text-images {
    width: auto;
    flex-shrink: 0;
    max-width: 50%;
  }

  .media-text.fit-to-text .media-text-content {
    width: 50%;
  }

  .media-text.fit-to-text .media-text-images img {
    display: block;
    width: auto;
    height: auto;
  }

  /* TEXT BLOCK */
  .text-block.is-narrow .container {
    max-width: 1280px;
  }

  /* CONTACT */
  .contact {
    padding: 100px 0 120px;
  }

  .contact .container {
    flex-direction: row;
    gap: 80px;
  }

  .contact-info,
  .contact-form {
    flex: 1;
  }

  /* THREE COLUMNS */
  .three-columns {
    padding: 100px 0 120px;
  }

  .three-columns-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .three-columns--four-cols .three-columns-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .three-columns--four-cols .three-columns-card h3,
  .three-columns--four-cols .three-columns-card-content h3 {
    font-size: 22px;
  }

  /* STATS */
  .stats {
    padding: 100px 0 120px;
  }

  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }

  .stats-item h3 {
    font-size: 64px;
  }

  /* MAP */
  .map-section {
    padding: 100px 0 0;
  }

  /* FAQ */
  .faq {
    padding: 100px 0 120px;
  }

  .faq-grid {
    flex-direction: row;
    gap: 48px;
  }

  .faq-column {
    flex: 1;
  }

  .faq-footer h3 {
    font-size: 48px;
  }

  /* CTA */
  .cta--dark {
    padding: 100px 0 80px;
  }

  .cta--dark h2 {
    font-size: 72px;
  }

  .cta--light {
    padding: 120px 0 100px;
  }

  .cta--light h2 {
    font-size: 72px;
    line-height: 80px;
  }

  .cta .container {
    max-width: 960px;
    text-align: center;
  }

  /* WYSIWYG TYPOGRAPHY DESKTOP */
  .section-header h2,
  .media-text-content h2,
  .text-block-content h2,
  .contact-info h2,
  .three-columns-header h2,
  .stats-header h2,
  .map-header h2,
  .faq-header h2,
  .gallery-section h2 {
    font-size: 48px;
    line-height: 1.15;
  }

  /* STORES ARCHIVE */
  .stores-archive-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  /* SINGLE STORE */
  .single-store-layout {
    flex-direction: row;
    gap: 60px;
  }

  .single-store-main {
    flex: 1;
    width: 60%;
  }

  .single-store-sidebar {
    width: 340px;
    flex-shrink: 0;
  }
  .contact-form-intro h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-top: 12px;
  }
  .page-title {
    margin-top: 96px;
  }
}
