:root {
    --pure-white:    #FAFAF8;
    --toasted-stone: #D4C9B8;
    --deep-merlot:   #5C1A10;
    --onyx-black:    #0D0D0D;
}

@keyframes heroZoom {
    from { transform: scale(1.04); }
    to   { transform: scale(1.11); }
}
.hero-slide img {
    transform: scale(1.04);
}
.hero-slide.active img {
    animation: heroZoom 3s ease-out forwards;
    will-change: transform;
}

.hero-slide {
    position: absolute; inset: 0;
    opacity: 0;
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1);
}
.hero-slide.active { opacity: 1; }

@keyframes fadeDown {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}
.hero-logo    { animation: fadeDown 1.4s cubic-bezier(.16,1,.3,1) 0.4s both; }
.hero-tagline { animation: fadeUp  1.4s cubic-bezier(.16,1,.3,1) 0.9s both; }
.hero-sub     { animation: fadeUp  1.4s cubic-bezier(.16,1,.3,1) 1.2s both; }

@keyframes scrollPulse {
    0%,100% { opacity: 0.55; transform: translateY(0); }
    50%      { opacity: 1;   transform: translateY(10px); }
}
.scroll-ind { animation: scrollPulse 2.4s ease-in-out infinite; }

.reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1);
}
.reveal.from-left  { transform: translateX(-44px); }
.reveal.from-right { transform: translateX(44px); }
.reveal.visible { opacity: 1; transform: translate(0); }

#site-nav {
    transform: translateY(-100%);
    transition: transform 0.55s cubic-bezier(.16,1,.3,1), box-shadow 0.3s ease;
}
#site-nav.nav-show {
    transform: translateY(0);
    box-shadow: 0 1px 28px rgba(0,0,0,0.09);
}
.nav-link {
    position: relative;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 10px; font-weight: 300;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--onyx-black);
}
.nav-link::after {
    content: '';
    position: absolute; bottom: -3px; left: 0;
    width: 0; height: 1px;
    background: var(--deep-merlot);
    transition: width 0.35s ease;
}
.nav-link:hover::after { width: 100%; }

.eyebrow {
    font-family: 'Roboto', sans-serif;
    font-size: 10px; font-weight: 300;
    letter-spacing: 0.38em; text-transform: uppercase;
    color: var(--deep-merlot);
}

.rule { width: 40px; height: 1px; background: var(--toasted-stone); }

.ph {
    position: relative; overflow: hidden;
    width: 100%; height: 100%;
    display: flex; align-items: flex-end;
}
.ph-label {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 10px 14px;
    background: rgba(0,0,0,0.3);
    font-family: 'Roboto', sans-serif;
    font-size: 9px; font-weight: 300;
    letter-spacing: 0.15em; text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    pointer-events: none;
}
.ph-warm-light  { background: linear-gradient(145deg, #cec3b1 0%, #b8aa97 100%); }
.ph-warm-mid    { background: linear-gradient(145deg, #9a8468 0%, #7d6854 100%); }
.ph-dark-wood   { background: linear-gradient(145deg, #3a2418 0%, #211510 100%); }
.ph-dark-stone  { background: linear-gradient(145deg, #2c2926 0%, #1a1714 100%); }
.ph-brass       { background: linear-gradient(145deg, #6b5228 0%, #4a3818 100%); }
.ph-marble      { background: linear-gradient(145deg, #d8d4ce 0%, #bfbab3 100%); }
.ph-suite-light { background: linear-gradient(145deg, #d0c9be 0%, #b8b0a3 100%); }
.ph-suite-dark  { background: linear-gradient(145deg, #2e2620 0%, #1c1610 100%); }

.zoom-wrap { overflow: hidden; }
.zoom-wrap > * { transition: transform 0.8s cubic-bezier(.16,1,.3,1); }
.zoom-wrap:hover > * { transform: scale(1.04); }

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

.large-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(5rem, 14vw, 11rem);
    line-height: 0.8; user-select: none;
}

.process-line {
    position: absolute; top: 24px; left: 0; right: 0;
    height: 1px; background: var(--toasted-stone);
}

.parallax-section {
    position: relative; z-index: 2;
    height: 75vh; min-height: 480px;
    overflow: hidden;
}
.parallax-bg {
    position: absolute;
    top: -25%; left: 0; right: 0; height: 150%;
    background-size: cover;
    background-position: center;
    will-change: transform;
}
#parallax-filozofia .parallax-bg {
    background-image: url('../../images/wizu1.jpg');
}

#video-fullwidth {
    position: relative; z-index: 2;
    width: 100%; height: 80vh; min-height: 500px;
    overflow: hidden;
    background: #0a0806;
}
#video-fullwidth video {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.video-ph-bg {
    position: absolute; inset: 0;
    background: linear-gradient(145deg, #1c1208 0%, #0a0806 60%, #1a1008 100%);
}
.video-ph-bg::after {
    content: '';
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    opacity: 0.35;
    mix-blend-mode: overlay;
}

.play-btn-lg {
    width: 80px; height: 80px;
    border: 1px solid rgba(212,201,184,0.35);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    cursor: pointer;
    transition: border-color 0.4s ease, background 0.4s ease, transform 0.4s ease;
}
.play-btn-lg:hover {
    border-color: rgba(212,201,184,0.7);
    background: rgba(212,201,184,0.08);
    transform: scale(1.06);
}

.play-btn-sm {
    width: 56px; height: 56px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: border-color 0.3s, background 0.3s;
}
.video-card:hover .play-btn-sm {
    border-color: rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.08);
}

.over-hero      { position: relative; z-index: 2; background: var(--pure-white); }
.over-hero-dark { position: relative; z-index: 2; background: var(--onyx-black); }

.ticker-wrap {
    overflow: hidden;
    white-space: nowrap;
    padding: 22px 0;
    border-top: 1px solid rgba(212,201,184,0.35);
    border-bottom: 1px solid rgba(212,201,184,0.35);
    background: #ffffff;
    cursor: default;
    user-select: none;
}
.ticker-track {
    display: inline-flex;
    align-items: center;
    gap: 0;
    animation: tickerScroll 36.4s linear infinite;
}

#contact-grid { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px) {
    #contact-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
}

.product-slider-wrap {
    overflow: hidden;
    background: #ffffff;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}
.product-slider-track {
    display: inline-flex;
    gap: 12px;
    animation: productScroll 55s linear infinite;
    will-change: transform;
}
.product-slider-wrap:hover .product-slider-track { animation-play-state: paused; }
.product-slide-item {
    flex-shrink: 0;
    width: clamp(280px, 28vw, 420px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.product-slide-item img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform 0.6s cubic-bezier(.16,1,.3,1);
}
.product-slide-item:hover img { transform: scale(1.05); }
@keyframes productScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@keyframes tickerScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.ticker-word {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 1.6vw, 1.8rem);
    font-weight: 300;
    letter-spacing: 0.12em;
    color: var(--onyx-black);
    padding: 0 40px;
}
.ticker-sep {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    color: rgba(212,201,184,0.45);
    flex-shrink: 0;
}

.mosaic-frame {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}
.mosaic-frame.active { opacity: 1; }

#mosaic-grid .cell-large { grid-column: 1; grid-row: 1 / 3; }
#mosaic-grid .cell-b     { grid-column: 2; grid-row: 1; }
#mosaic-grid .cell-c     { grid-column: 2; grid-row: 2; }

#mosaic-grid.mirror .cell-large { grid-column: 2; grid-row: 1 / 3; }
#mosaic-grid.mirror .cell-b     { grid-column: 1; grid-row: 1; }
#mosaic-grid.mirror .cell-c     { grid-column: 1; grid-row: 2; }

#mosaic-grid .cell-large::after,
#mosaic-grid .cell-b::after,
#mosaic-grid .cell-c::after {
    content: '';
    position: absolute; inset: 0;
    background: rgba(20,9,5,0.13);
    pointer-events: none;
    z-index: 2;
}

@keyframes nameRide {
    0%   { transform: translateX(-110vw); animation-timing-function: cubic-bezier(0.16,1,0.3,1); }
    17%  { transform: translateX(0);       animation-timing-function: linear; }
    67%  { transform: translateX(0);       animation-timing-function: cubic-bezier(0.7,0,0.84,0); }
    100% { transform: translateX(110vw); }
}
#mosaic-name.riding {
    animation: nameRide 5s linear forwards;
}

#mosaic-grid.single .cell-large { grid-column: 1 / 3; grid-row: 1 / 3; }
#mosaic-grid.single .cell-b,
#mosaic-grid.single .cell-c     { display: none; }

.logo-ticker-wrap {
    overflow: hidden;
    white-space: nowrap;
    padding: 32px 0;
    border-top: 1px solid rgba(212,201,184,0.28);
    border-bottom: 1px solid rgba(212,201,184,0.28);
    margin-bottom: 80px;
    user-select: none;
}
.logo-ticker-track {
    display: inline-flex;
    align-items: center;
    gap: 0;
    animation: tickerScroll 41.6s linear infinite;
}
.logo-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    opacity: 1;
    flex-shrink: 0;
}
.logo-item:hover { opacity: 0.65; }
.logo-item span {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(0.6rem, 1vw, 0.9rem);
    font-weight: 300;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--onyx-black);
    white-space: nowrap;
}
.logo-item span.serif {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(0.85rem, 1.4vw, 1.2rem);
    font-weight: 400;
    letter-spacing: 0.18em;
}

.gallery-grid {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 1s cubic-bezier(.16,1,.3,1), opacity 0.5s ease 0.15s;
}
.gallery-grid.open {
    max-height: 3000px;
    opacity: 1;
}
.btn-see-more {
    background: transparent;
    border: 1px solid var(--toasted-stone);
    font-family: 'Roboto', sans-serif;
    font-size: 9px; font-weight: 300;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--onyx-black);
    padding: 13px 32px; cursor: pointer;
    display: inline-flex; align-items: center; gap: 12px;
    transition: border-color 0.3s ease, color 0.3s ease;
}
.btn-see-more:hover { border-color: var(--onyx-black); }
.btn-see-more .arr {
    transition: transform 0.45s cubic-bezier(.16,1,.3,1);
}
.btn-see-more.open .arr { transform: rotate(180deg); }

.subsection-label {
    display: flex; align-items: center; gap: 20px;
    margin-bottom: 52px;
}
.subsection-label::before {
    content: '';
    display: block; flex-shrink: 0;
    width: 40px; height: 1px;
    background: var(--toasted-stone);
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 16px;
}
.lang-switcher a {
    font-family: 'Roboto', sans-serif;
    font-size: 10px; font-weight: 300;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--onyx-black);
    text-decoration: none;
    opacity: 0.45;
    transition: opacity 0.25s ease;
}
.lang-switcher a:hover,
.lang-switcher a.lang-current { opacity: 1; }
.lang-switcher .lang-sep {
    color: rgba(212,201,184,0.5);
    font-size: 8px;
}

.artform-cf7-wrap .wpcf7 {
    width: 100%;
}

.artform-cf7-wrap .wpcf7 .wpcf7-form {
    display: flex;
    flex-direction: column;
}

.artform-cf7-wrap .artform-field {
    margin-bottom: 28px;
}

.artform-cf7-wrap .artform-field--last {
    margin-bottom: 44px;
}

.artform-cf7-wrap .wpcf7 label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(212,201,184,0.5);
    margin-bottom: 10px;
    cursor: default;
}

.artform-cf7-wrap .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.artform-cf7-wrap .wpcf7 input[type="text"],
.artform-cf7-wrap .wpcf7 input[type="email"],
.artform-cf7-wrap .wpcf7 input[type="tel"],
.artform-cf7-wrap .wpcf7 input[type="url"] {
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(212,201,184,0.2) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    padding: 10px 0 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #FAFAF8 !important;
    outline: none;
    letter-spacing: 0.04em;
    transition: border-color 0.3s ease;
}

.artform-cf7-wrap .wpcf7 input[type="text"]:focus,
.artform-cf7-wrap .wpcf7 input[type="email"]:focus,
.artform-cf7-wrap .wpcf7 input[type="tel"]:focus,
.artform-cf7-wrap .wpcf7 input[type="url"]:focus {
    border-color: rgba(212,201,184,0.55) !important;
    box-shadow: none !important;
    outline: none !important;
}

.artform-cf7-wrap .wpcf7 textarea {
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(212,201,184,0.2) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px 0 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #FAFAF8 !important;
    outline: none;
    letter-spacing: 0.04em;
    resize: none;
    min-height: 100px;
    transition: border-color 0.3s ease;
}

.artform-cf7-wrap .wpcf7 textarea:focus {
    border-color: rgba(212,201,184,0.55) !important;
    box-shadow: none !important;
    outline: none !important;
}

.artform-cf7-wrap .wpcf7 input::placeholder,
.artform-cf7-wrap .wpcf7 textarea::placeholder {
    color: rgba(212,201,184,0.25) !important;
    font-weight: 300;
}

.artform-cf7-wrap .wpcf7 input[type="submit"],
.artform-cf7-wrap .wpcf7 .wpcf7-submit {
    align-self: flex-start;
    background: transparent !important;
    border: 1px solid rgba(212,201,184,0.4) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    color: rgba(212,201,184,0.85) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    padding: 14px 36px !important;
    cursor: pointer;
    transition: background 0.35s ease, border-color 0.35s ease;
    display: inline-block;
}

.artform-cf7-wrap .wpcf7 input[type="submit"]:hover,
.artform-cf7-wrap .wpcf7 .wpcf7-submit:hover {
    background: rgba(212,201,184,0.1) !important;
    border-color: rgba(212,201,184,0.65) !important;
}

.artform-cf7-wrap .wpcf7 .wpcf7-not-valid {
    border-color: rgba(200,80,60,0.45) !important;
}

.artform-cf7-wrap .wpcf7 .wpcf7-not-valid-tip {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: rgba(210,100,80,0.7);
    margin-top: 6px;
    background: transparent;
}

.artform-cf7-wrap .wpcf7 form .wpcf7-response-output {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.08em;
    border: none !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
    color: rgba(212,201,184,0.6);
    background: transparent !important;
}

.artform-cf7-wrap .wpcf7 form.sent .wpcf7-response-output {
    color: rgba(160,200,140,0.8) !important;
    border: none !important;
}

.artform-cf7-wrap .wpcf7 form.invalid .wpcf7-response-output,
.artform-cf7-wrap .wpcf7 form.failed .wpcf7-response-output,
.artform-cf7-wrap .wpcf7 form.spam .wpcf7-response-output,
.artform-cf7-wrap .wpcf7 form.aborted .wpcf7-response-output,
.artform-cf7-wrap .wpcf7 form.unacceptable .wpcf7-response-output {
    color: rgba(210,100,80,0.75) !important;
    border: none !important;
}

.artform-cf7-wrap .wpcf7 .wpcf7-spinner {
    display: none !important;
}

.artform-cf7-wrap .wpcf7 .screen-reader-response {
    position: absolute;
    width: 1px; height: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}

.artform-field--acceptance {
    padding-top: 4px;
}

.artform-cf7-wrap .wpcf7-acceptance {
    display: block !important;
}

.artform-cf7-wrap .wpcf7-acceptance .wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.artform-cf7-wrap .wpcf7-acceptance label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    cursor: pointer !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: inherit !important;
    letter-spacing: inherit !important;
    color: inherit !important;
    text-transform: none !important;
}

.artform-cf7-wrap .wpcf7-acceptance input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    flex-shrink: 0 !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 1px solid rgba(212,201,184,0.25) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    position: relative !important;
    transition: border-color 0.2s ease, background 0.2s ease !important;
}

.artform-cf7-wrap .wpcf7-acceptance input[type="checkbox"]:checked {
    background: rgba(212,201,184,0.1) !important;
    border-color: rgba(212,201,184,0.55) !important;
}

.artform-cf7-wrap .wpcf7-acceptance input[type="checkbox"]:checked::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 3px !important;
    top: 0 !important;
    width: 5px !important;
    height: 9px !important;
    border: 1px solid rgba(212,201,184,0.75) !important;
    border-top: none !important;
    border-left: none !important;
    transform: rotate(45deg) !important;
}

.artform-cf7-wrap .wpcf7-acceptance .wpcf7-list-item-label {
    font-family: 'Roboto', sans-serif !important;
    font-size: 10px !important;
    font-weight: 300 !important;
    letter-spacing: 0.06em !important;
    line-height: 1.9 !important;
    color: rgba(212,201,184,0.38) !important;
    text-transform: none !important;
}

.artform-cf7-wrap .wpcf7-acceptance .wpcf7-list-item-label a {
    color: rgba(212,201,184,0.6) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-color: rgba(212,201,184,0.25) !important;
}

.artform-cf7-wrap .wpcf7-acceptance .wpcf7-list-item-label a:hover {
    color: rgba(212,201,184,0.9) !important;
    text-decoration-color: rgba(212,201,184,0.5) !important;
}

.artform-cf7-wrap .wpcf7 form.unacceptable .wpcf7-acceptance input[type="checkbox"],
.artform-cf7-wrap .wpcf7-acceptance input[type="checkbox"].wpcf7-not-valid {
    border-color: rgba(210,100,80,0.55) !important;
}

/* ─── Treść podstron (Gutenberg) ─────────────────────────────────────────── */

.artform-content {
    max-width: 860px;
    margin: 0 auto;
    padding: 140px 32px 120px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.9;
    color: #5a5048;
}

.artform-content h1,
.artform-content h2,
.artform-content h3,
.artform-content h4,
.artform-content h5,
.artform-content h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    color: #0D0D0D;
    line-height: 1.2;
    margin-top: 2em;
    margin-bottom: 0.6em;
}

.artform-content h1 { font-size: clamp(2rem,4vw,3.6rem); margin-top: 0; margin-bottom: 48px; }
.artform-content h2 { font-size: clamp(1.6rem,3vw,2.6rem); }
.artform-content h3 { font-size: clamp(1.3rem,2.5vw,2rem); }
.artform-content h4 { font-size: clamp(1.1rem,2vw,1.5rem); }
.artform-content h5 { font-size: 1.1rem; }
.artform-content h6 { font-size: 1rem; letter-spacing: 0.08em; text-transform: uppercase; }

.artform-content p { margin-bottom: 1.4em; }

.artform-content strong,
.artform-content b { font-weight: 500; color: #3a2e28; }

.artform-content em,
.artform-content i { font-style: italic; }

.artform-content a {
    color: #5C1A10;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(92,26,16,0.35);
}
.artform-content a:hover { color: #0D0D0D; text-decoration-color: rgba(13,13,13,0.4); }

.artform-content ul,
.artform-content ol { margin: 0 0 1.4em 1.6em; padding: 0; }
.artform-content ul { list-style: disc; }
.artform-content ol { list-style: decimal; }
.artform-content li { margin-bottom: 0.35em; }
.artform-content li::marker { color: #D4C9B8; }

.artform-content blockquote {
    margin: 2em 0;
    padding: 0 0 0 24px;
    border-left: 2px solid #D4C9B8;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.25rem;
    font-weight: 300;
    color: #7a6a5e;
    line-height: 1.55;
}

.artform-content hr {
    border: none;
    border-top: 1px solid rgba(212,201,184,0.45);
    margin: 2.5em 0;
}

.artform-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.6em;
    font-size: 13px;
}
.artform-content th,
.artform-content td {
    padding: 10px 16px;
    border-bottom: 1px solid rgba(212,201,184,0.3);
    text-align: left;
    vertical-align: top;
}
.artform-content th { font-weight: 400; color: #0D0D0D; }

.artform-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.artform-content figure { margin: 2em 0; }
.artform-content figcaption {
    font-size: 11px;
    letter-spacing: 0.08em;
    color: rgba(90,80,72,0.55);
    margin-top: 8px;
}

.artform-content .wp-block-separator { border-top: 1px solid rgba(212,201,184,0.45); }

@media (max-width: 767px) {
    .artform-content { padding: 100px 24px 80px; }
}

/* ─── Mobile ──────────────────────────────────────────────────────────────── */

@media (max-width: 767px) {

    /* Craft — zdjęcia kwadratowe, wideo pionowe 9:16 */
    .craft-row {
        height: auto !important;
        align-items: start !important;
        display: block !important;
    }
    .craft-img-cell {
        height: 100vw !important;
        overflow: hidden !important;
    }
    .craft-img-cell > *,
    .craft-img-cell > * > * {
        height: 100% !important;
    }
    .craft-video-cell {
        height: calc(100vw * 16 / 9) !important;
        overflow: hidden !important;
        position: relative !important;
    }
    .craft-video-cell .video-card,
    .craft-video-cell .zoom-wrap,
    .craft-video-cell .ph {
        position: static !important;
        height: 100% !important;
        overflow: visible !important;
    }
    .craft-video-cell video {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-width: unset !important;
        min-height: unset !important;
        transform: none !important;
        object-fit: cover !important;
    }

    /* Hero — długie hasła w dwóch liniach */
    #hero-tagline-text {
        white-space: normal !important;
        word-break: break-word !important;
        font-size: clamp(2.2rem, 10vw, 3.2rem) !important;
        padding: 0 16px !important;
    }

    /* Featured project — tekst u góry, zdjęcie pod na całą szerokość */
    .featured-wrap {
        display: block !important;
    }
    .featured-wrap > div:first-child {
        padding-left: 24px !important;
        padding-right: 24px !important;
        padding-bottom: 36px !important;
    }
    .featured-wrap .zoom-wrap {
        height: 65vw !important;
        min-height: 260px;
        max-height: 420px;
    }

    /* Mosaic — nazwa hotelu: zawijaj, mniejszy font */
    #mosaic-name {
        white-space: normal !important;
        word-break: break-word !important;
        font-size: clamp(1.5rem, 7vw, 2.4rem) !important;
        padding: 0 20px !important;
        line-height: 1.2 !important;
    }

    /* Mosaic — ukryj strzałki */
    #mosaic-prev,
    #mosaic-next {
        display: none !important;
    }

    /* Contact grid — jedna kolumna na mobile */
    #contact-grid {
        grid-template-columns: 1fr !important;
    }

    /* Mosaic — jedno duże zdjęcie u góry, dwa na dole */
    #mosaic-grid {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: 2fr 1fr !important;
    }
    #mosaic-grid .cell-large {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
    }
    #mosaic-grid .cell-b {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }
    #mosaic-grid .cell-c {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }
}
