:root {
    --bg-color: #fcfbfa;
    --text-color: #1a1a1a;
    --text-light: #6a6a6a;
    --primary: #C99B88;
    --primary-light: #E8D5CD;
    --border-color: rgba(26, 26, 26, 0.08);
    --white: #ffffff;
    --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', sans-serif; background-color: var(--bg-color); color: var(--text-color); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }

.noise-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: 9999; opacity: 0.03; background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noiseFilter)"/></svg>'); }

h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; font-weight: 500; }
h1 i, h2 i { font-style: italic; font-weight: 400; color: var(--primary); }
a { text-decoration: none; color: inherit; transition: var(--transition); }

.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.section-subtitle { display: inline-block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 3px; color: var(--primary); font-weight: 600; margin-bottom: 20px; position: relative; padding-left: 50px; }
.section-subtitle::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 30px; height: 1px; background-color: var(--primary); }
.section-title-center { text-align: center; margin-bottom: 80px; }
.section-title-center .section-subtitle { padding-left: 0; }
.section-title-center .section-subtitle::before { display: none; }
.section-title-center h2 { font-size: 3.5rem; margin-top: 10px; margin-bottom: 20px; }
.section-title-center p { color: var(--text-light); max-width: 500px; margin: 0 auto; font-size: 1.1rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 36px; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 500; cursor: pointer; border-radius: 100px; transition: var(--transition); }
.btn-primary { background: var(--text-color); color: var(--white); border: 1px solid var(--text-color); }
.btn-primary:hover { background: transparent; color: var(--text-color); }
.btn-outline { background: transparent; color: var(--text-color); border: 1px solid var(--border-color); }
.btn-outline:hover { border-color: var(--text-color); background: var(--text-color); color: var(--white); }
.btn-text { padding: 16px 0; color: var(--text-color); border-bottom: 1px solid transparent; border-radius: 0; }
.btn-text i { margin-left: 10px; transition: transform 0.3s; }
.btn-text:hover i { transform: translateX(5px); }

.navbar { position: fixed; top: 40px; left: 0; width: 100%; z-index: 100; padding: 25px 0; transition: var(--transition); background: transparent; }
.navbar.scrolled { padding: 15px 0; background: rgba(252, 251, 250, 0.9); backdrop-filter: blur(15px); border-bottom: 1px solid var(--border-color); }
.nav-content { display: flex; justify-content: space-between; align-items: center; }
.text-logo { display: inline-flex; align-items: baseline; gap: .2em; font-family: 'Playfair Display', serif; font-size: 1.65rem; font-weight: 600; letter-spacing: .02em; color: var(--text-color); }
.text-logo i { color: var(--primary); font-weight: 400; }
.text-logo-light { color: var(--white); }
.nav-links { display: flex; gap: 40px; }
.nav-links a { font-size: 0.85rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: var(--text-color); position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 1px; background: var(--text-color); transition: var(--transition); }
.nav-links a:hover::after { width: 100%; }

.hero { position: relative; height: 100vh; min-height: 800px; display: flex; align-items: center; }
.hero-bg-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transform: scale(1.05); animation: slowZoom 20s ease-out forwards; }
.hero-gradient { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, var(--bg-color) 0%, rgba(252,251,250,0.85) 45%, rgba(252,251,250,0) 100%); }
.hero-content { width: 100%; }
.hero-text { max-width: 600px; }
.eyebrow { font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; color: var(--text-light); display: block; margin-bottom: 20px; }
.hero-text h1 { font-size: 6rem; line-height: 1.05; margin-bottom: 30px; color: var(--text-color); }
.hero-text p { font-size: 1.2rem; color: var(--text-light); margin-bottom: 40px; line-height: 1.8; }
.hero-btns { display: flex; align-items: center; gap: 30px; }

.about { padding: 150px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-images { position: relative; padding-right: 40px; }
.img-arch { width: 100%; border-radius: 200px 200px 0 0; object-fit: cover; height: 650px; box-shadow: 0 30px 60px rgba(0,0,0,0.08); }
.about-badge { position: absolute; bottom: 50px; right: 0; background: var(--white); width: 140px; height: 140px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0 20px 40px rgba(0,0,0,0.05); z-index: 10; }
.badge-number { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 600; color: var(--primary); }
.badge-text { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); }
.about-text h2 { font-size: 3.5rem; margin-bottom: 30px; line-height: 1.1; }
.about-description p { font-size: 1.1rem; color: var(--text-light); margin-bottom: 20px; }
.luxury-list { list-style: none; margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--border-color); }
.luxury-list li { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; font-size: 1.05rem; font-weight: 500; }
.luxury-list i { color: var(--primary); }

.bg-paws-pattern { background-image: url('materia%C5%82y/t%C5%82o%20do%20strony.png'); background-size: cover; background-position: center; background-attachment: fixed; position: relative; z-index: 1; }
.bg-paws-pattern::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(252, 251, 250, 0.4); z-index: -1; }
.bg-paws-pattern > .container { position: relative; z-index: 2; }

.process { padding: 150px 0; background-color: var(--white); }
.process-wrapper { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.process-card { padding: 50px 30px; background: var(--bg-color); border-radius: 12px; transition: var(--transition); border: 1px solid transparent; }
.process-card.active, .process-card:hover { background: var(--white); border-color: var(--primary-light); box-shadow: 0 20px 40px rgba(0,0,0,0.03); transform: translateY(-10px); }
.process-number { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: var(--primary-light); margin-bottom: 20px; line-height: 1; }
.process-card h3 { font-size: 1.4rem; margin-bottom: 15px; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.process-card p { color: var(--text-light); font-size: 0.95rem; }

.services { padding: 150px 0; position: relative; }
.services-bg { position: absolute; top: 0; right: 0; width: 60%; height: 100%; background: var(--white); z-index: -1; border-radius: 40px 0 0 40px; }
.services-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: center; }
.services-intro h2 { font-size: 3.5rem; margin-bottom: 20px; }
.services-intro p { font-size: 1.1rem; color: var(--text-light); margin-bottom: 40px; }
.services-list { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.service-item { display: flex; gap: 20px; }
.service-icon { width: 50px; height: 50px; border-radius: 50%; background: var(--bg-color); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.2rem; flex-shrink: 0; border: 1px solid var(--border-color); }
.service-details h3 { font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 600; margin-bottom: 5px; }
.service-details span { font-size: 0.9rem; color: var(--text-light); }

.contact { padding: 150px 0; background-color: var(--bg-color); }
.contact-box { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.03); }
.contact-info { padding: 80px; }
.contact-info h2 { font-size: 3rem; margin-bottom: 10px; }
.contact-info p { color: var(--text-light); margin-bottom: 50px; }
.contact-details { display: flex; flex-direction: column; gap: 30px; }
.c-item { display: flex; align-items: flex-start; gap: 20px; }
.c-item i { font-size: 1.5rem; color: var(--primary); margin-top: 5px; }
.c-item strong { display: block; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); margin-bottom: 5px; }
.c-item span, .c-item a { font-size: 1.1rem; font-weight: 500; }
.contact-map { height: 100%; min-height: 400px; }
.contact-map-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 40px; text-align: center; color: var(--text-color); background: linear-gradient(145deg, var(--primary-light), #f7eee9); }
.contact-map-placeholder > i { font-size: 2rem; color: var(--primary); }
.contact-map-placeholder strong { font-family: 'Playfair Display', serif; font-size: 1.8rem; }
.contact-map-placeholder span { color: var(--text-light); }
.contact-map-placeholder small { margin-top: 8px; color: var(--text-light); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

footer { background: var(--text-color); padding: 60px 0; color: var(--white); border-top: 1px solid rgba(255,255,255,0.1); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.f-copy { color: rgba(255,255,255,0.5); font-size: 0.9rem; }

@keyframes slowZoom { 0% { transform: scale(1); } 100% { transform: scale(1.1); } }

/* FLOURISH DIVIDER (Spirals / Volutes) */
.flourish-divider { width: 250px; height: 30px; margin: 20px auto; background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 20" xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23C99B88" stroke-width="1.5"><path d="M20 10 H180" /><path d="M20 10 C10 10 10 2 15 2 C18 2 18 6 15 6" /><path d="M180 10 C190 10 190 2 185 2 C182 2 182 6 185 6" /></svg>'); background-repeat: no-repeat; background-position: center; }

/* SCROLL CORNERS FOR CARDS */
.vintage-scroll-frame { position: relative; background-color: var(--white); border: 1px solid var(--primary); padding: 40px; border-radius: 0 !important; }
.vintage-scroll-frame::before { content: ''; position: absolute; top: 4px; left: 4px; right: 4px; bottom: 4px; border: 1px solid var(--primary-light); border-radius: 20px 0 20px 0; pointer-events: none; }
.vintage-scroll-frame::after { content: ''; position: absolute; top: -6px; left: -6px; right: -6px; bottom: -6px; border: 1px solid rgba(201, 155, 136, 0.3); border-radius: 0 20px 0 20px; pointer-events: none; }

/* DOUBLE ARCH FOR IMAGES */
.double-arch-frame { position: relative; padding: 10px; border: 1px solid var(--primary); border-radius: 200px 200px 0 0; }
.double-arch-frame::before { content: ''; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border: 1px solid var(--primary-light); border-radius: 195px 195px 0 0; pointer-events: none; }

/* GALLERY SLIDER AND LIGHTBOX */
.why-us { padding: 150px 0; background: var(--text-color); color: var(--white); overflow: hidden; position: relative; }
.why-us-slider-viewport { width: 100vw; overflow: hidden; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.why-us-slider-track { display: flex; width: 200vw; transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
.why-us-slider-track.show-gallery { transform: translateX(-50%); }
.why-us-panel { width: 100vw; flex-shrink: 0; display: flex; justify-content: center; }

.why-us-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; width: 100%; max-width: 1280px; padding: 0 40px; }
.feature-rows { display: flex; flex-direction: column; gap: 40px; margin-top: 40px; }
.feature-row { display: flex; gap: 30px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 40px; }
.feature-row:last-child { border-bottom: none; padding-bottom: 0; }
.feature-number { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--primary); }
.feature-row h4 { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; margin-bottom: 10px; font-weight: 500; }
.feature-row p { color: rgba(255,255,255,0.6); font-size: 1rem; }

.gallery-layout { position: relative; height: 600px; cursor: pointer; overflow: hidden; border-radius: 12px; }
.gallery-layout:focus-visible { outline: 3px solid var(--primary); outline-offset: 5px; }
.gallery-layout img { position: absolute; object-fit: cover; border-radius: 12px; box-shadow: 0 30px 60px rgba(0,0,0,0.3); }
.g-img-1 { width: 55%; height: 70%; top: 0; right: 0; z-index: 2; }
.g-img-2 { width: 60%; height: 50%; bottom: 0; left: 0; z-index: 3; }
.g-img-3 { width: 45%; height: 45%; top: 15%; left: 10%; z-index: 1; }

.gallery-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(26, 26, 26, 0.7); backdrop-filter: blur(5px); z-index: 10; display: flex; align-items: center; justify-content: center; opacity: 0; transition: var(--transition); }
.gallery-layout:hover .gallery-overlay { opacity: 1; }
.overlay-content { color: var(--white); font-size: 1.5rem; font-weight: 500; display: flex; align-items: center; gap: 15px; transform: translateY(20px); transition: var(--transition); }
.gallery-layout:hover .overlay-content { transform: translateY(0); }

.full-gallery-header { display: flex; align-items: center; gap: 30px; margin-bottom: 50px; width: 100%; max-width: 1280px; padding: 0 40px; }
.btn-back { background: transparent; border: 1px solid rgba(255, 255, 255, 0.3); color: var(--white); padding: 12px 25px; border-radius: 50px; cursor: pointer; display: flex; align-items: center; gap: 10px; font-family: 'Montserrat', sans-serif; font-weight: 500; transition: var(--transition); z-index: 20; }
.btn-back:hover { background: var(--white); color: var(--text-color); }
.full-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; width: 100%; max-width: 1280px; padding: 0 40px; }
.gallery-thumb { width: 100%; height: 200px; object-fit: cover; border-radius: 12px; cursor: pointer; transition: var(--transition); }
.gallery-thumb:hover { transform: scale(1.03); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }

.lightbox { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.9); backdrop-filter: blur(10px); z-index: 99999; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.lightbox.active { opacity: 1; pointer-events: all; }
.lightbox-content { max-width: 90%; max-height: 90vh; position: relative; }
.lightbox-content img { max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.lightbox-close { position: fixed; top: 30px; right: 40px; background: transparent; border: none; color: var(--white); font-size: 2.5rem; cursor: pointer; transition: var(--transition); z-index: 100000; }
.lightbox-close:hover { color: var(--primary); transform: rotate(90deg); }

@media (max-width: 1024px) {
    .hero-text h1 { font-size: 4rem; }
    .about-grid, .services-grid, .why-us-grid, .contact-box { grid-template-columns: 1fr; }
    .process-wrapper { grid-template-columns: 1fr 1fr; }
    .services-bg { display: none; }
    .about-images { padding-right: 0; margin-bottom: 50px; }
    .img-arch { height: 500px; }
    .contact-info { padding: 50px 30px; }
    .contact-map { height: 400px; }
    .nav-links { display: none; }
}
@media (max-width: 768px) {
    .hero-text h1 { font-size: 3rem; }
    .process-wrapper { grid-template-columns: 1fr; }
    .services-list { grid-template-columns: 1fr; }
    .feature-row { flex-direction: column; gap: 10px; }
    .gallery-layout { height: 400px; margin-top: 50px; }
}

/* MOCKUP BRANDING */
.mockup-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: rgba(201, 155, 136, 0.9); /* primary color */
    color: var(--white);
    text-align: center;
    padding: 10px;
    z-index: 999999;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    pointer-events: none;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    backdrop-filter: blur(5px);
}

/* MOBILE-FIRST RESPONSIVE REBUILD */
img, svg, video, canvas, iframe { max-width: 100%; }

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    background: rgba(252, 251, 250, .9);
    color: var(--text-color);
    cursor: pointer;
}
.nav-toggle span { width: 21px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.about-grid > *, .services-grid > *, .why-us-grid > *, .contact-box > *,
.service-item > *, .feature-row > *, .footer-inner > * { min-width: 0; }
body.menu-open, body.lightbox-open { overflow: hidden; }

@media (hover: none), (pointer: coarse) {
    .process-card:hover, .gallery-thumb:hover, .btn:hover { transform: none; }
    .gallery-overlay {
        opacity: 1;
        align-items: flex-end;
        justify-content: flex-start;
        padding: 20px;
        background: linear-gradient(to top, rgba(26,26,26,.72), transparent 55%);
        pointer-events: none;
    }
    .overlay-content { transform: none; font-size: 1rem; }
}

@media (max-width: 1024px) {
    .nav-toggle { display: flex; }
    .nav-content { position: relative; gap: 16px; }
    .nav-links {
        display: none;
        position: absolute;
        top: calc(100% + 14px);
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 0;
        padding: 10px 20px 16px;
        background: rgba(252, 251, 250, .98);
        backdrop-filter: blur(18px);
        border: 1px solid var(--border-color);
        box-shadow: 0 18px 40px rgba(0,0,0,.1);
        max-height: calc(100dvh - 76px);
        overflow-y: auto;
        overscroll-behavior: contain;
        z-index: 2;
    }
    .nav-links.open { display: flex; }
    .nav-links a { display: flex; align-items: center; min-height: 50px; border-bottom: 1px solid var(--border-color); }
    .nav-links a:last-child { border-bottom: 0; }
}

@media (max-width: 768px) {
    :root { --mobile-gutter: clamp(16px, 5vw, 24px); }
    html { scroll-padding-top: 82px; }
    body { overflow-wrap: anywhere; }
    .container, .why-us-grid, .full-gallery-header, .full-gallery-grid { width: 100%; padding-inline: var(--mobile-gutter); }
    .navbar, .navbar.scrolled { top: 52px; padding: 12px 0; }
    .text-logo { font-size: 1.35rem; }
    .nav-content > .btn { display: none; }

    .hero { height: auto; min-height: 100svh; padding: 148px 0 72px; align-items: flex-end; }
    .hero-image { object-position: 65% center; animation: none; transform: none; }
    .hero-gradient { background: linear-gradient(180deg, rgba(252,251,250,.48) 0%, rgba(252,251,250,.94) 52%, var(--bg-color) 100%); }
    .hero-text { max-width: none; }
    .eyebrow { font-size: .72rem; line-height: 1.5; margin-bottom: 14px; }
    .hero-text h1 { font-size: clamp(2.7rem, 15vw, 4.1rem); margin-bottom: 20px; }
    .hero-text p { font-size: 1rem; line-height: 1.65; margin-bottom: 28px; }
    .hero-btns { display: grid; grid-template-columns: 1fr; gap: 10px; }
    .hero-btns .btn { width: 100%; min-height: 50px; padding: 14px 20px; }
    .hero-btns .btn-text { border: 1px solid var(--border-color); border-radius: 100px; }

    .about, .process, .services, .why-us, .contact { padding: clamp(72px, 18vw, 96px) 0; }
    .section-title-center { margin-bottom: 44px; }
    .section-title-center h2, .about-text h2, .services-intro h2, .contact-info h2 { font-size: clamp(2.1rem, 11vw, 3rem); line-height: 1.12; }
    .section-title-center p, .about-description p, .services-intro p { font-size: 1rem; }
    .section-subtitle { padding-left: 42px; letter-spacing: 2px; }

    .about-grid, .services-grid, .why-us-grid, .contact-box { grid-template-columns: minmax(0, 1fr); gap: 44px; }
    .about-images { margin-bottom: 0; }
    .img-arch { height: auto; aspect-ratio: 4 / 5; }
    .about-badge { width: 104px; height: 104px; right: 10px; bottom: 22px; }
    .badge-number { font-size: 1.55rem; }
    .badge-text { font-size: .62rem; }
    .luxury-list { margin-top: 28px; padding-top: 28px; }
    .luxury-list li { align-items: flex-start; font-size: .96rem; }

    .process-wrapper, .services-list { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .process-card, .vintage-scroll-frame { padding: 28px 22px; }
    .process-number { font-size: 2.6rem; }
    .service-item { gap: 16px; }
    .services-intro .btn { width: 100%; min-height: 50px; }

    .why-us-slider-viewport { width: 100%; left: auto; right: auto; margin: 0; }
    .why-us-slider-track { width: 200%; }
    .why-us-panel { width: 50%; min-width: 0; }
    .why-us-grid { gap: 32px; }
    .feature-rows { gap: 24px; }
    .feature-row { gap: 10px; padding-bottom: 24px; }
    .gallery-layout { height: auto; aspect-ratio: 4 / 5; margin-top: 8px; }
    .full-gallery-header { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 28px; }
    .full-gallery-header h2 { font-size: 1.8rem; line-height: 1.2; }
    .full-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .gallery-thumb { height: auto; aspect-ratio: 1; }

    .section-title-center .section-subtitle { padding-left: 0; }

    .contact-box { overflow: visible; }
    .contact-info { padding: 36px 22px; }
    .contact-details { gap: 22px; }
    .c-item { gap: 14px; }
    .c-item span, .c-item a { font-size: 1rem; overflow-wrap: anywhere; }
    .contact-map { height: 320px; min-height: 320px; }
    .footer-inner { flex-direction: column; align-items: flex-start; gap: 20px; }

    .lightbox { padding: 68px 16px 24px; }
    .lightbox-content { max-width: 100%; max-height: calc(100dvh - 92px); }
    .lightbox-content img { max-height: calc(100dvh - 92px); }
    .lightbox-close { top: 12px; right: 12px; width: 48px; height: 48px; font-size: 2rem; }

    .mockup-banner { min-height: 52px; display: flex; align-items: center; justify-content: center; padding: 8px 12px; font-size: .68rem; line-height: 1.35; letter-spacing: 1px; }
    .bg-paws-pattern { background-attachment: scroll; }
}

@media (max-width: 360px) {
    :root { --mobile-gutter: 14px; }
    .hero-text h1 { font-size: 2.55rem; }
    .section-title-center h2, .about-text h2, .services-intro h2, .contact-info h2 { font-size: 2rem; }
    .about-badge { width: 92px; height: 92px; }
    .full-gallery-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
