/* rare-shadow-423.css | HaftPassja — subskrypcja wzorów do haftu */

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #333; line-height: 1.6; font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: #7b4fa6; transition: color 0.2s; }
a:hover { color: #5c3580; }
ul { list-style: none; }

/* === CSS VARIABLES === */
:root {
  --primary: #7b4fa6;
  --primary-dark: #5c3580;
  --accent: #9c6abe;
  --accent-light: #c4a0e0;
  --text: #333333;
  --text-secondary: #666666;
  --grey: #f5f0fa;
  --white: #ffffff;
  --border: rgba(123,79,166,0.18);
}

/* === WRAPPER === */
.wrapper { max-width: 1230px; margin: 0 auto; padding: 0 20px; }
.wrapper--wide { max-width: 1440px; margin: 0 auto; padding: 0; }
.wrapper--half { max-width: 600px; }

/* === FLEX UTILITIES === */
.is-flex { display: flex; flex-wrap: wrap; }
.is-flex--middle { align-items: center; }
.is-flex--center { justify-content: center; align-items: center; }
.is-flex--end { justify-content: flex-end; }
.is-flex--right { align-items: flex-end; }
.is-flex--column { flex-direction: column; }
.is-flexitem { flex: 1; }

/* === TEXT UTILITIES === */
.is-center { text-align: center; }
.is-right { text-align: right; }
.is-justify { text-align: justify; }
.is-block { display: block; }
.is-inlineblock { display: inline-block; }
.is-uppercase { text-transform: uppercase; }
.is-relative { position: relative; }
.is-absolute { position: absolute; }
.no-liststyle { list-style: none; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.height-100 { height: 100%; }
.width-100 { width: 100%; }
.width-25 { width: 25%; }
.width-30 { width: 30%; }
.width-40 { width: 40%; }
.width-50 { width: 50%; }

/* === COLOR CLASSES === */
.color--accent { background-color: var(--primary); }
.color--accentlight { background-color: var(--accent); }
.color--grey { background-color: var(--grey); }
.color-text--light { color: var(--white) !important; }
.color-text--accent { color: var(--primary); }
.color-text--accentlight { color: var(--accent-light); }

/* === TYPOGRAPHY === */
.headline { font-family: Lato, sans-serif; font-size: 1.1rem; font-weight: 600; color: #333; margin-bottom: 0.5rem; }
.headline-big { font-family: Lato, sans-serif; font-size: 2rem; font-weight: 700; color: #333; }
.headline--bold { font-weight: 900; }
.text--secondary { color: var(--text-secondary); }
.color--accentlight .text--secondary p,
.color--accentlight .text--secondary { color: var(--white); }
.text--nav { font-size: 0.875rem; letter-spacing: 0.5px; }
.lineheight--small { line-height: 1.2; }

/* === SPACING === */
.margin-0 { margin: 0; }
.padding-0 { padding: 0; }
.padding-6 { padding: 24px; }
.margintop-1 { margin-top: 4px; }
.margintop-2 { margin-top: 8px; }
.margintop-3 { margin-top: 12px; }
.margintop-4 { margin-top: 16px; }
.margintop-5 { margin-top: 20px; }
.margintop-6 { margin-top: 24px; }
.margintop-7 { margin-top: 28px; }
.margintop-8 { margin-top: 32px; }
.margintop-10 { margin-top: 40px; }
.margintop-12 { margin-top: 48px; }
.margintop-15 { margin-top: 60px; }
.marginbottom-1 { margin-bottom: 4px; }
.marginbottom-2 { margin-bottom: 8px; }
.marginbottom-3 { margin-bottom: 12px; }
.marginbottom-4 { margin-bottom: 16px; }
.marginbottom-5 { margin-bottom: 20px; }
.marginbottom-7 { margin-bottom: 28px; }
.marginright-3 { margin-right: 12px; }
.paddingleft-2 { padding-left: 8px; }
.paddingleft-5 { padding-left: 20px; }
.paddingleft-8 { padding-left: 32px; }
.paddingleft-15 { padding-left: 60px; }
.paddingleft-20 { padding-left: 80px; }
.paddingright-3 { padding-right: 12px; }
.paddingright-5 { padding-right: 20px; }
.paddingright-8 { padding-right: 32px; }
.paddingright-15 { padding-right: 60px; }
.paddingright-20 { padding-right: 80px; }
.paddingtop-2 { padding-top: 8px; }
.paddingtop-6 { padding-top: 24px; }
.paddingtop-10 { padding-top: 40px; }
.paddingtop-15 { padding-top: 60px; }
.paddingbottom-3 { padding-bottom: 12px; }
.paddingbottom-10 { padding-bottom: 40px; }
.paddingbottom-15 { padding-bottom: 60px; }

/* === BORDERS === */
.border--right { border-right: 1px solid var(--border); }
.border--top { border-top: 1px solid var(--border); }

/* === HEADER === */
.header { background: var(--white); box-shadow: 0 2px 8px rgba(0,0,0,0.08); position: relative; z-index: 100; }
.header .wrapper { padding: 14px 20px; }
.header__logo img { height: 52px; width: auto; }
.header__fontsizer { gap: 6px; }
.header__contact { font-size: 0.9rem; color: var(--text-secondary); }
.header__contact .accent { color: var(--primary); font-weight: 700; font-size: 1rem; }
.fontsizer { gap: 4px; }
.fontsizer button { background: none; border: 1px solid var(--border); cursor: pointer; padding: 3px 8px; font-family: Lato, sans-serif; font-size: 0.8rem; color: var(--text-secondary); border-radius: 3px; transition: all 0.2s; }
.fontsizer button:hover, .fontsizer button.active { background: var(--primary); color: #fff; border-color: var(--primary); }

/* === NAVIGATION === */
.nav { background: var(--primary); }
.nav .wrapper { padding: 0 20px; }
.nav__item { position: relative; }
.nav__link { display: block; padding: 14px 16px; color: var(--white); font-family: Lato, sans-serif; font-weight: 600; font-size: 0.82rem; letter-spacing: 0.5px; text-transform: uppercase; transition: background 0.2s; }
.nav__link:hover, .nav__item--active .nav__link { background: var(--primary-dark); color: var(--white); }
.subnav { display: none; position: absolute; top: 100%; left: 0; background: var(--primary-dark); min-width: 200px; z-index: 200; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.nav__item:hover .subnav { display: block; }
.subnav__link { display: block; padding: 10px 18px; color: var(--white); font-size: 0.85rem; white-space: nowrap; }
.subnav__link:hover { background: rgba(255,255,255,0.1); color: var(--white); }

/* === MOBILE NAV === */
.mobile_nav { display: none; background: var(--primary); padding: 10px 20px; }
.mobile_nav .is-flex { justify-content: space-between; }
.hamburger { background: none; border: none; cursor: pointer; padding: 5px; display: flex; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 26px; height: 3px; background: var(--white); border-radius: 2px; transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-menu { display: none; background: var(--primary-dark); }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 12px 20px; color: var(--white); font-size: 0.9rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.mobile-menu a:hover { background: rgba(255,255,255,0.08); color: var(--white); }
.mobile-menu .site-name-mob { padding: 10px 20px; color: rgba(255,255,255,0.5); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; }

/* === SLIDER === */
.slider { position: relative; overflow: hidden; }
.slider__track { display: flex; transition: transform 0.65s ease; }
.slider__slide { min-width: 100%; position: relative; }
.slider__desktop { width: 100%; height: 580px; object-fit: cover; display: block; }
.slider__mobile { display: none; }
.slider__blurry { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; filter: blur(4px); z-index: 0; }
.slider__overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(60,20,90,0.7) 0%, rgba(90,40,130,0.45) 100%); z-index: 1; }
.slider__content { position: absolute; top: 0; right: 0; bottom: 0; z-index: 2; padding: 60px 60px 60px 20px; max-width: 560px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding-bottom: 80px; }
.slider__content .headline { font-size: 1.5rem; line-height: 1.2; }
.slider__content .headline--bold { font-size: 2.5rem; margin-bottom: 10px; }
.slider__content .subheading { font-size: 1.1rem; margin-bottom: 20px; color: rgba(255,255,255,0.9); }
.slider__content hr { border: none; border-top: 2px solid rgba(255,255,255,0.5); width: 60px; margin: 14px 0; }
.slider__arrows { position: absolute; bottom: 20px; right: 24px; z-index: 3; display: flex; gap: 8px; }
.slider__arrow { background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.4); color: #fff; width: 36px; height: 36px; cursor: pointer; border-radius: 3px; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.slider__arrow:hover { background: var(--primary); border-color: var(--primary); }

/* === BUTTONS === */
.button { display: inline-block; padding: 12px 30px; background: transparent; color: var(--white); border: 2px solid var(--white); text-transform: uppercase; font-weight: 600; letter-spacing: 1px; font-size: 0.875rem; font-family: Lato, sans-serif; cursor: pointer; transition: all 0.2s; border-radius: 2px; }
.button:hover { background: var(--white); color: var(--primary); }
.button--light { background: transparent; color: var(--white); border: 2px solid var(--white); }
.button--light:hover { background: var(--white); color: var(--primary); }
.button--small { padding: 8px 20px; font-size: 0.8rem; }
.button--solid { background: var(--primary); border-color: var(--primary); color: var(--white); }
.button--solid:hover { background: var(--primary-dark); border-color: var(--primary-dark); color: var(--white); }

/* === INFO BAR === */
.iconlist { }
.iconlist .infoBlock { flex: 1; min-width: 280px; }
.iconlist .infoBlock p { font-size: 0.88rem; line-height: 1.7; }
.iconlist .infoBlock a { color: var(--white); text-decoration: underline; font-size: 0.85rem; }
.iconlist .infoBlock .headline { color: var(--white); font-size: 1.1rem; }

/* === SERVICES === */
.services-home .serviceCard { flex: 1; min-width: 220px; text-align: center; }
.services-home .serviceCard img { margin: 0 auto 14px; }
.services-home .serviceCard .headline { margin-bottom: 8px; font-size: 1rem; }
.services-home .serviceCard p { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.7; }

/* === CTA BANNER === */
.callout { overflow: hidden; }
.callout__img-wrap { position: relative; }
.callout__img-wrap img { width: 100%; height: 320px; object-fit: cover; display: block; }
.callout__content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; padding: 40px; background: rgba(60,20,90,0.55); }
.callout__content .headline-big { font-size: 1.9rem; line-height: 1.3; margin-bottom: 20px; max-width: 480px; text-align: right; }

/* === GALLERY/CATALOG PREVIEW === */
.gallery-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.gallery-card { flex: 0 0 calc(33.333% - 14px); background: #fff; border: 1px solid var(--border); overflow: hidden; border-radius: 3px; transition: box-shadow 0.2s, transform 0.2s; }
.gallery-card:hover { box-shadow: 0 8px 24px rgba(123,79,166,0.15); transform: translateY(-2px); }
.gallery-card img { width: 100%; height: 210px; object-fit: cover; }
.gallery-card-body { padding: 16px; }
.gallery-card-body h3 { font-family: Lato, sans-serif; font-size: 0.95rem; color: #333; margin-bottom: 5px; }
.gallery-card-body p { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.6; }
.gallery-card-body .tag { display: inline-block; background: var(--grey); color: var(--primary); font-size: 0.72rem; padding: 3px 8px; border-radius: 2px; margin-top: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; }

/* === TESTIMONIALS === */
.testimonials-carousel { }
.testimonial-slide { display: none; }
.testimonial-slide.active { display: block; }
.testimonial-slide p.quote { font-style: italic; font-size: 1rem; line-height: 1.85; color: var(--text-secondary); padding: 0 80px; }
.testimonial-slide .initials { font-size: 0.95rem; font-weight: 700; }

/* === CONTACT SECTION === */
.contact--home { min-height: 300px; }
.contact--home .contact-left { flex: 1; min-width: 300px; }
.contact--home .contact__map { flex: 1; min-width: 300px; min-height: 300px; background: #e0d4f0 url('../../dist/gallery/cta-bg.webp') center/cover no-repeat; }
.contact--home form { padding-right: 40px; }
.contact--home form .is-flex { gap: 0; align-items: flex-end; }
.contact--home form input { width: 100%; padding: 10px 14px; border: 1px solid rgba(255,255,255,0.35); background: rgba(255,255,255,0.12); color: #fff; font-size: 0.875rem; outline: none; margin-bottom: 12px; }
.contact--home form input::placeholder { color: rgba(255,255,255,0.65); }
.contact--home form input:focus { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.7); }
.contact--home .contact-left .wrapper--half { padding: 50px 0 50px 20px; }

/* === FOOTER === */
footer { background: #2a1440; color: #bbb; }
.footer__widgets { }
.footer__widgets .wrapper { gap: 0; align-items: flex-start; }
.footer__widgets p { font-size: 0.875rem; line-height: 1.75; color: #bbb; }
.footer__widgets .headline { color: var(--white); font-size: 1rem; }
.footer__logo img { height: 40px; width: auto; filter: brightness(0) invert(1) opacity(0.9); }
.link-list li { margin-bottom: 9px; }
.link-list a { color: #bbb; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.3px; display: flex; align-items: center; gap: 7px; }
.link-list a:hover { color: var(--accent-light); }
.link-list__icon { font-size: 0.65rem; color: var(--accent-light); }
.icon--footer { color: var(--accent-light); width: 16px; flex-shrink: 0; margin-top: 3px; }
.footer__copyright { background: #1c0d2e; color: #777; font-size: 0.8rem; }
.footer__copyright a { color: #aaa; }
.footer__copyright a:hover { color: var(--accent-light); }
.go_to_top { background: var(--accent); color: #fff; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; cursor: pointer; margin-left: 15px; border-radius: 3px; transition: background 0.2s; border: none; }
.go_to_top:hover { background: var(--primary); }
.social-links { display: flex; gap: 8px; margin-top: 14px; }
.social-links a { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: rgba(255,255,255,0.08); color: #bbb; border-radius: 3px; font-size: 0.85rem; transition: background 0.2s, color 0.2s; }
.social-links a:hover { background: var(--accent); color: #fff; }

/* === COOKIE NOTICE === */
.cookie-notice { position: fixed; bottom: 0; left: 0; right: 0; background: #2a1440; color: #ddd; padding: 16px 24px; z-index: 9999; display: none; align-items: center; justify-content: space-between; gap: 20px; box-shadow: 0 -3px 16px rgba(0,0,0,0.35); }
.cookie-notice.is-visible { display: flex; }
.cookie-notice p { font-size: 0.85rem; line-height: 1.6; margin: 0; flex: 1; }
.cookie-notice a { color: var(--accent-light); text-decoration: underline; }
.cookie-notice .cookie-btn { background: var(--accent); color: #fff; border: none; padding: 9px 22px; cursor: pointer; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; border-radius: 3px; white-space: nowrap; transition: background 0.2s; font-family: Lato, sans-serif; }
.cookie-notice .cookie-btn:hover { background: var(--primary); }
.cookie-notice .cookie-btn-settings { background: transparent; color: #ccc; border: 1px solid rgba(255,255,255,0.2); padding: 9px 18px; cursor: pointer; font-size: 0.82rem; border-radius: 3px; white-space: nowrap; margin-right: 6px; font-family: Lato, sans-serif; transition: border-color 0.2s; }
.cookie-notice .cookie-btn-settings:hover { border-color: var(--accent-light); color: var(--accent-light); }

/* === INNER PAGE HERO === */
.page-hero { background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%); padding: 52px 20px 48px; text-align: center; }
.page-hero h1 { font-family: Lato, sans-serif; font-size: 2.1rem; color: #fff; font-weight: 900; line-height: 1.2; }
.page-hero p { color: rgba(255,255,255,0.82); font-size: 0.95rem; margin-top: 10px; max-width: 580px; margin-left: auto; margin-right: auto; }
.breadcrumbs { font-size: 0.78rem; color: rgba(255,255,255,0.55); margin-top: 10px; }
.breadcrumbs a { color: rgba(255,255,255,0.75); }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs span { margin: 0 6px; }

/* === CONTENT SECTION === */
.content-section { padding: 60px 0; }
.content-section h2 { font-family: Lato, sans-serif; font-size: 1.45rem; color: var(--primary); margin: 28px 0 11px; }
.content-section h3 { font-family: Lato, sans-serif; font-size: 1.1rem; color: #333; margin: 20px 0 8px; }
.content-section p { color: var(--text-secondary); line-height: 1.82; margin-bottom: 14px; font-size: 0.94rem; }
.content-section ul, .content-section ol { margin: 12px 0 16px 22px; color: var(--text-secondary); font-size: 0.94rem; line-height: 1.8; }
.content-section ul li { list-style: disc; }
.content-section ol li { list-style: decimal; }

/* === CATALOG PAGE === */
.catalog-grid { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 36px; }
.catalog-card { flex: 0 0 calc(33.333% - 16px); background: #fff; border: 1px solid var(--border); overflow: hidden; border-radius: 3px; transition: box-shadow 0.2s; }
.catalog-card:hover { box-shadow: 0 6px 20px rgba(123,79,166,0.14); }
.catalog-card img { width: 100%; height: 220px; object-fit: cover; }
.catalog-card-body { padding: 18px; }
.catalog-card-body h3 { font-family: Lato, sans-serif; font-size: 0.97rem; color: #333; margin-bottom: 6px; }
.catalog-card-body p { font-size: 0.84rem; color: var(--text-secondary); line-height: 1.65; }
.catalog-card-body .tag { display: inline-block; background: var(--grey); color: var(--primary); font-size: 0.72rem; padding: 3px 9px; border-radius: 2px; margin-top: 9px; font-weight: 700; text-transform: uppercase; }
.level-easy { background: #e8f5e9; color: #2e7d32; }
.level-medium { background: #fff3e0; color: #e65100; }
.level-hard { background: #fce4ec; color: #880e4f; }

/* === PRICING === */
.pricing-grid { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 40px; justify-content: center; }
.pricing-card { flex: 1; min-width: 230px; max-width: 280px; border: 2px solid var(--border); padding: 32px 24px; text-align: center; border-radius: 4px; transition: border-color 0.2s, box-shadow 0.2s; position: relative; background: #fff; }
.pricing-card:hover, .pricing-card.featured { border-color: var(--primary); box-shadow: 0 8px 28px rgba(123,79,166,0.14); }
.pricing-card .badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--primary); color: #fff; font-size: 0.72rem; padding: 4px 14px; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 2px; white-space: nowrap; font-family: Lato, sans-serif; font-weight: 700; }
.pricing-card h3 { font-family: Lato, sans-serif; font-size: 1.1rem; color: #333; margin-bottom: 10px; }
.pricing-card .price { font-size: 2.5rem; font-weight: 900; color: var(--primary); line-height: 1; }
.pricing-card .price sup { font-size: 1rem; vertical-align: top; margin-top: 8px; display: inline-block; }
.pricing-card .period { font-size: 0.8rem; color: var(--text-secondary); margin-bottom: 18px; margin-top: 4px; }
.pricing-card ul { text-align: left; margin: 14px 0 22px; }
.pricing-card ul li { font-size: 0.85rem; color: var(--text-secondary); padding: 7px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 8px; }
.pricing-card ul li i { color: var(--primary); font-size: 0.8rem; }

/* === CONTACT FORM === */
.contact-wrap { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; }
.contact-form-box { flex: 1; min-width: 300px; background: #fff; border: 1px solid var(--border); padding: 36px 32px; border-radius: 4px; }
.contact-info-box { flex: 0 0 280px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.875rem; font-weight: 600; color: #333; margin-bottom: 6px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 11px 14px; border: 1px solid #ddd; font-size: 0.88rem; font-family: inherit; color: #333; outline: none; transition: border-color 0.2s; border-radius: 3px; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(123,79,166,0.08); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit button { background: var(--primary); color: #fff; border: none; padding: 13px 42px; font-size: 0.9rem; font-family: Lato, sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; border-radius: 3px; transition: background 0.2s; }
.form-submit button:hover { background: var(--primary-dark); }
.contact-info-item { display: flex; gap: 12px; margin-bottom: 20px; align-items: flex-start; }
.contact-info-item i { color: var(--accent); font-size: 1.1rem; margin-top: 3px; flex-shrink: 0; }
.contact-info-item p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; margin: 0; }
.contact-info-item strong { color: #333; display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.3px; margin-bottom: 2px; }

/* === TESTIMONIALS PAGE === */
.testimonial-card { background: #fff; border: 1px solid var(--border); padding: 28px 32px; border-radius: 4px; margin-bottom: 22px; }
.testimonial-card blockquote { font-style: italic; color: var(--text-secondary); line-height: 1.85; font-size: 0.94rem; margin-bottom: 14px; border-left: 3px solid var(--accent); padding-left: 16px; }
.testimonial-card cite { font-size: 0.875rem; color: #333; font-weight: 700; font-style: normal; }
.stars { color: #d4a017; font-size: 0.85rem; margin-bottom: 8px; }

/* === ARCHIVE === */
.archive-item { background: #fff; border: 1px solid var(--border); padding: 22px 26px; display: flex; gap: 18px; align-items: flex-start; border-radius: 4px; margin-bottom: 18px; }
.archive-item-icon { font-size: 1.8rem; color: var(--accent); flex-shrink: 0; width: 48px; text-align: center; }
.archive-item h3 { font-family: Lato, sans-serif; font-size: 1rem; color: #333; margin-bottom: 5px; }
.archive-item p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.65; margin: 0; }
.archive-item .meta { font-size: 0.73rem; color: var(--accent); font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; margin-bottom: 5px; display: block; }

/* === HISTORY PAGE === */
.timeline { margin-top: 36px; }
.timeline-item { display: flex; gap: 28px; margin-bottom: 36px; align-items: flex-start; }
.timeline-year { flex-shrink: 0; width: 80px; text-align: center; background: var(--primary); color: #fff; font-family: Lato, sans-serif; font-weight: 900; font-size: 1rem; padding: 10px 6px; border-radius: 3px; }
.timeline-content h3 { font-family: Lato, sans-serif; font-size: 1.1rem; color: #333; margin-bottom: 7px; }
.timeline-content p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.75; margin: 0; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .catalog-card { flex: 0 0 calc(50% - 12px); }
  .gallery-card { flex: 0 0 calc(50% - 10px); }
}

@media (max-width: 992px) {
  .nav { display: none; }
  .mobile_nav { display: block; }
  .slider__content { padding: 30px 24px 60px; max-width: 100%; right: auto; left: 0; justify-content: flex-end; }
  .slider__content .headline--bold { font-size: 1.9rem; }
  .pricing-card { min-width: 200px; }
  .contact-info-box { flex: 0 0 100%; }
}

@media (max-width: 768px) {
  .slider__desktop { display: none; }
  .slider__mobile { display: block; width: 100%; height: 360px; object-fit: cover; }
  .slider__blurry { height: 360px; }
  .catalog-card { flex: 0 0 100%; }
  .gallery-card { flex: 0 0 100%; }
  .pricing-card { flex: 0 0 100%; max-width: 100%; }
  .callout__content .headline-big { font-size: 1.4rem; }
  .callout__content { padding: 24px; text-align: center; align-items: center; }
  .contact--home { flex-direction: column; }
  .contact--home .contact__map { min-height: 220px; }
  .contact--home form { padding-right: 0; }
  footer .wrapper { flex-direction: column; gap: 28px; }
  .iconlist { flex-direction: column; }
  .services-home .is-flex { flex-direction: column; }
  .services-home .border--right { border-right: none; border-bottom: 1px solid var(--border); padding-bottom: 20px; margin-bottom: 12px; }
  .header .wrapper { flex-wrap: wrap; gap: 10px; align-items: center; }
  .header__fontsizer { display: none; }
  .cookie-notice { flex-direction: column; text-align: center; gap: 12px; }
  .testimonial-slide p.quote { padding: 0 20px; }
  .page-hero h1 { font-size: 1.7rem; }
  .contact-form-box { padding: 24px 20px; }
}
