/* === Pagina.pdf Mockup Layout (2026-02) === */
body.mockup-home,
body.mockup-lang-page {
    --mockup-black: #020202;
    --mockup-beige: #c2b09b;
    --mockup-beige-soft: #eee1d2;
    --mockup-text: #1e1e1d;
    --mockup-line: #7b6a59;
    --mockup-white: #ffffff;
    margin: 0;
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
    color: var(--mockup-text);
    background: linear-gradient(180deg, #cab8a4 0%, var(--mockup-beige) 100%);
    line-height: 1.45;
}

html {
    scroll-behavior: smooth;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.mockup-home a,
body.mockup-lang-page a {
    color: inherit;
}

.mockup-home-main {
    width: 100%;
}

.mockup-home-hero {
    position: relative;
    min-height: clamp(560px, 78vh, 860px);
    background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), url('SiteImages/mockup/hero-living-room.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(2.2rem, 6vw, 4.8rem) 1.2rem clamp(3.4rem, 9vw, 6.2rem);
}

.mockup-home-hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: clamp(70px, 12vw, 120px);
    background: linear-gradient(180deg, rgba(194, 176, 155, 0) 0%, rgba(194, 176, 155, 0.82) 72%, var(--mockup-beige) 100%);
}

.mockup-logo-panel {
    position: relative;
    z-index: 1;
    width: min(82vw, 760px);
    padding: clamp(1.2rem, 2vw, 1.8rem) clamp(1.6rem, 3vw, 2.8rem);
    display: flex;
    justify-content: center;
    isolation: isolate;
}

.mockup-logo-panel::before {
    content: '';
    position: absolute;
    inset: -0.75rem -1.4rem;
    background:
        radial-gradient(ellipse at center, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.13) 34%, rgba(255, 255, 255, 0.08) 58%, rgba(255, 255, 255, 0.03) 76%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 14%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 255, 255, 0.28) 86%, rgba(255, 255, 255, 0) 100%);
    border-radius: 42% / 26%;
    -webkit-backdrop-filter: blur(3px) saturate(0.94);
    backdrop-filter: blur(3px) saturate(0.94);
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 42%, rgba(0, 0, 0, 0.46) 72%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 42%, rgba(0, 0, 0, 0.46) 72%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
    z-index: -1;
}

.mockup-main-logo {
    width: min(100%, 420px);
    height: auto;
    display: block;
}

.mockup-language-strip {
    border-top: 1px solid var(--mockup-line);
    background: linear-gradient(180deg, rgba(194, 176, 155, 0.98) 0%, rgba(188, 170, 150, 0.96) 100%);
    padding: clamp(1.8rem, 3vw, 2.8rem) clamp(1.2rem, 4vw, 5rem);
    display: grid;
    grid-template-columns: repeat(3, minmax(210px, 340px));
    gap: clamp(1.1rem, 2.2vw, 2.2rem);
    justify-content: center;
}

.mockup-language-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 2px;
    text-decoration: none;
    background: #1e1e1d;
    box-shadow: 0 16px 36px rgba(24, 20, 16, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    isolation: isolate;
}

.mockup-language-card:hover,
.mockup-language-card:focus-visible {
    transform: scale(1.03);
    box-shadow: 0 22px 46px rgba(24, 20, 16, 0.26);
}

.mockup-language-card:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 3px;
}

.mockup-language-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.001);
    transition: transform 0.25s ease;
}

.mockup-language-image--pt {
    object-position: center 54%;
}

.mockup-language-image--en {
    object-position: center 48%;
}

.mockup-language-image--pl {
    object-position: center 50%;
}

.mockup-language-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 11, 11, 0.2) 0%, rgba(12, 11, 11, 0.56) 100%);
    transition: background 0.25s ease;
}

.mockup-language-content {
    position: absolute;
    inset: auto 1.25rem 1.2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.7rem;
    z-index: 1;
    color: #f7f1e7;
}

.mockup-language-copy {
    display: flex;
    flex-direction: column;
    gap: 0.24rem;
}

.mockup-language-name {
    font-family: 'Adobe Garamond Pro', serif;
    font-size: clamp(1.36rem, 2vw, 1.75rem);
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mockup-language-lead {
    font-size: clamp(0.86rem, 1.05vw, 0.94rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.mockup-language-note {
    font-size: clamp(0.84rem, 1vw, 0.9rem);
    line-height: 1.2;
    opacity: 0.94;
}

.mockup-language-arrow {
    font-size: clamp(1.25rem, 1.5vw, 1.55rem);
    font-weight: 600;
    line-height: 1;
    opacity: 0.96;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.36);
    transform: translateX(0);
    transition: transform 0.25s ease;
}

.mockup-language-card:hover .mockup-language-image,
.mockup-language-card:focus-visible .mockup-language-image {
    transform: scale(1.08);
}

.mockup-language-card:hover .mockup-language-overlay,
.mockup-language-card:focus-visible .mockup-language-overlay {
    background: linear-gradient(180deg, rgba(12, 11, 11, 0.3) 0%, rgba(12, 11, 11, 0.68) 100%);
}

.mockup-language-card:hover .mockup-language-arrow,
.mockup-language-card:focus-visible .mockup-language-arrow {
    transform: translateX(6px);
}

.mockup-home-story,
.mockup-home-services,
.mockup-home-redirect {
    padding: clamp(2.8rem, 6vw, 5rem) clamp(1.2rem, 4vw, 4.8rem);
}

.mockup-home-story {
    background: linear-gradient(180deg, rgba(247, 240, 231, 0.92) 0%, rgba(237, 226, 210, 0.98) 100%);
}

.mockup-home-story-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
    gap: clamp(1.4rem, 4vw, 4rem);
    align-items: start;
}

.mockup-home-redirect-inner {
    max-width: 860px;
    margin: 0 auto;
}

.mockup-home-kicker {
    margin: 0 0 0.9rem;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(30, 30, 29, 0.7);
}

.mockup-home-story-copy h2,
.mockup-home-section-head h2,
.mockup-home-redirect-copy h2 {
    margin: 0;
    font-family: 'Adobe Garamond Pro', serif;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mockup-home-story-copy p,
.mockup-home-redirect-copy p {
    margin: 1rem 0 0;
    font-size: clamp(1rem, 1.25vw, 1.24rem);
    max-width: 64ch;
}

.mockup-home-story-aside {
    display: grid;
    gap: 0.9rem;
}

.mockup-home-story-aside p {
    margin: 0;
    padding: 1.1rem 1rem;
    border: 1px solid rgba(123, 106, 89, 0.42);
    background: rgba(255, 255, 255, 0.45);
    font-size: clamp(1.02rem, 1.25vw, 1.22rem);
    text-align: center;
}

.mockup-home-services {
    background: rgba(194, 176, 155, 0.92);
}

.mockup-home-section-head {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.mockup-home-section-head p:last-child {
    margin: 1rem auto 0;
    font-size: clamp(1rem, 1.24vw, 1.22rem);
    max-width: 62ch;
}

.mockup-home-service-grid {
    max-width: 1180px;
    margin: clamp(1.7rem, 4vw, 2.6rem) auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 2rem);
}

.mockup-home-service-card {
    padding: clamp(1.4rem, 2.4vw, 2rem);
    background: rgba(255, 255, 255, 0.36);
    border: 1px solid rgba(123, 106, 89, 0.42);
    min-height: 100%;
}

.mockup-home-service-card h3 {
    margin: 0;
    font-family: 'Adobe Garamond Pro', serif;
    font-size: clamp(1.45rem, 2vw, 2.1rem);
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mockup-home-service-card p {
    margin: 0.85rem 0 0;
    font-size: clamp(0.98rem, 1.15vw, 1.14rem);
}

.mockup-home-redirect {
    background: var(--mockup-black);
    color: #f2eee8;
}

.mockup-home-redirect-copy p {
    color: rgba(242, 238, 232, 0.82);
}

.mockup-home-redirect-copy {
    text-align: center;
}

.mockup-home-redirect-copy p:last-of-type {
    max-width: 58ch;
    margin-left: auto;
    margin-right: auto;
}

.mockup-home-redirect-anchor {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.2rem;
    padding: 0.8rem 1.2rem;
    border-bottom: 1px solid rgba(242, 238, 232, 0.28);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.mockup-home-redirect-anchor:hover,
.mockup-home-redirect-anchor:focus-visible {
    opacity: 0.82;
    border-color: rgba(242, 238, 232, 0.55);
    transform: translateY(-2px);
}

.mockup-home-redirect-anchor:focus-visible {
    outline: 2px solid rgba(242, 238, 232, 0.6);
    outline-offset: 3px;
}

@media (min-width: 1121px) {
    .mockup-home-story-inner {
        grid-template-columns: 1fr;
    }

    .mockup-home-story-aside {
        display: none;
    }
}

.mockup-lang-page main {
    width: 100%;
}

.mockup-stats-bar {
    background: var(--mockup-black);
    color: #efefef;
    padding: clamp(1.4rem, 3vw, 2.3rem) clamp(1.2rem, 4vw, 5.5rem);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 2.5rem);
    text-align: center;
}

.mockup-stats-bar p {
    font-size: clamp(1.35rem, 2.8vw, 2.65rem);
    font-weight: 300;
    letter-spacing: 0.01em;
    margin: 0;
}

.mockup-back-nav {
    background: var(--mockup-beige);
    padding: clamp(1rem, 2.4vw, 1.6rem) clamp(1.2rem, 4vw, 4.5rem) 0;
}

.mockup-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.15rem;
    border: 1px solid rgba(123, 106, 89, 0.44);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.34);
    transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.mockup-back-link:hover,
.mockup-back-link:focus-visible {
    background: rgba(255, 255, 255, 0.56);
    border-color: rgba(123, 106, 89, 0.7);
    transform: translateY(-2px);
}

.mockup-back-link:focus-visible {
    outline: 2px solid rgba(77, 74, 68, 0.45);
    outline-offset: 3px;
}

.mockup-about-section {
    background: var(--mockup-beige);
    padding: clamp(2.3rem, 4vw, 3.7rem) clamp(1.2rem, 4vw, 4.5rem);
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.8fr);
    gap: clamp(1.4rem, 3.5vw, 3.8rem);
    align-items: start;
}

.mockup-about-copy {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.mockup-about-copy h1 {
    font-family: 'Adobe Garamond Pro', serif;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 400;
    margin: 0 0 1.1rem;
    line-height: 1.1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mockup-about-copy h2 {
    font-size: clamp(1.05rem, 1.4vw, 1.4rem);
    font-weight: 700;
    margin: 1.4rem 0 0.55rem;
}

.mockup-about-copy p {
    font-size: clamp(0.98rem, 1.18vw, 1.3rem);
    margin: 0;
}

.mockup-about-photo {
    align-self: stretch;
}

.mockup-about-photo img {
    width: 100%;
    max-width: 470px;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.mockup-pill-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 380px);
    margin-top: 1.7rem;
    padding: 0.72rem 1.4rem;
    border: 2px solid #6b5c4d;
    border-radius: 999px;
    text-decoration: none;
    font-size: clamp(1rem, 1.25vw, 1.5rem);
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #2f251d;
    background: var(--mockup-beige-soft);
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.mockup-pill-button:hover,
.mockup-pill-button:focus-visible {
    background: #f8efe4;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(65, 52, 40, 0.12);
}

.mockup-pill-button:focus-visible {
    outline: 2px solid #4d4a44;
    outline-offset: 3px;
}

.mockup-project-form-trigger {
    font: inherit;
    cursor: pointer;
}

body.mockup-project-form-open {
    overflow: hidden;
}

.mockup-project-form-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
    place-items: center;
    padding: clamp(1rem, 3vw, 2.2rem);
    background: rgba(10, 10, 10, 0.62);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.mockup-project-form-modal.is-open {
    display: grid;
}

.mockup-project-form-dialog {
    width: min(100%, 740px);
    max-height: 92vh;
    overflow-y: auto;
    position: relative;
    border: 1px solid rgba(107, 92, 77, 0.55);
    background: linear-gradient(180deg, #f3e8da 0%, #e6d4bf 100%);
    color: #251d16;
    box-shadow: 0 26px 56px rgba(0, 0, 0, 0.34);
    padding: clamp(1.3rem, 3vw, 2.2rem);
}

.mockup-project-form-close {
    position: absolute;
    top: 0.62rem;
    right: 0.62rem;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(94, 78, 61, 0.5);
    background: rgba(255, 255, 255, 0.42);
    color: #34281f;
    font-size: 1.55rem;
    line-height: 1;
    cursor: pointer;
}

.mockup-project-form-intro {
    margin: 0.8rem 0 0;
    font-size: clamp(0.98rem, 1.12vw, 1.08rem);
    max-width: 58ch;
}

.mockup-project-form {
    margin-top: 1.15rem;
    display: grid;
    gap: 0.85rem;
}

.mockup-project-field-group {
    display: grid;
    gap: 0.85rem;
}

.mockup-project-field label {
    display: block;
    margin-bottom: 0.36rem;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.mockup-project-field input,
.mockup-project-field select,
.mockup-project-field textarea {
    width: 100%;
    border: 1px solid rgba(104, 85, 66, 0.5);
    background: rgba(255, 255, 255, 0.74);
    color: #261d15;
    font: inherit;
    padding: 0.72rem 0.78rem;
}

.mockup-project-field textarea {
    resize: vertical;
    min-height: 110px;
}

.mockup-project-field input:focus,
.mockup-project-field select:focus,
.mockup-project-field textarea:focus,
.mockup-project-form-close:focus {
    outline: 2px solid #4d4a44;
    outline-offset: 2px;
}

.mockup-project-form-actions {
    margin-top: 0.45rem;
}

.mockup-project-form-actions .mockup-pill-button {
    margin-top: 0;
}

.mockup-project-form-actions p {
    margin: 0.55rem 0 0;
    font-size: 0.9rem;
    color: rgba(37, 29, 22, 0.86);
}

.mockup-portfolio-section {
    background: var(--mockup-black);
    color: #f5f5f5;
    text-align: center;
    padding: clamp(2.4rem, 5vw, 3.7rem) clamp(1rem, 4vw, 4.5rem);
}

.mockup-portfolio-header {
    margin-bottom: 1.5rem;
}

.mockup-portfolio-header h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 500;
    letter-spacing: 0.04em;
    margin: 0;
}

.mockup-portfolio-header p {
    font-size: clamp(1.1rem, 1.7vw, 1.9rem);
    margin: 0.2rem 0 0;
    color: #c8c8c8;
}

.mockup-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(190px, 1fr));
    gap: clamp(1.2rem, 2.5vw, 3rem);
    max-width: 1260px;
    margin: 0 auto;
}

.mockup-portfolio-card {
    margin: 0;
}

.mockup-portfolio-card img {
    width: min(100%, 380px);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.mockup-portfolio-card h3 {
    margin: 0.75rem 0 0;
    font-size: clamp(1.18rem, 1.7vw, 1.8rem);
    font-weight: 400;
    text-transform: lowercase;
}

.mockup-portfolio-section .mockup-pill-button {
    margin-top: 2rem;
    background: #f4e7d8;
    border-color: #f4e7d8;
    color: #1f1711;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.mockup-portfolio-section .mockup-pill-button:hover,
.mockup-portfolio-section .mockup-pill-button:focus-visible {
    background: #fbf2e8;
    border-color: #fbf2e8;
}

.mockup-services-detail {
    background: linear-gradient(180deg, rgba(247, 240, 231, 0.96) 0%, rgba(239, 230, 216, 0.98) 100%);
    padding: clamp(2.4rem, 5vw, 4.2rem) clamp(1.2rem, 4vw, 4.5rem);
}

.mockup-services-detail-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.mockup-services-detail .mockup-home-kicker {
    margin-bottom: 0.7rem;
}

.mockup-services-detail-title {
    margin: 0;
    font-family: 'Adobe Garamond Pro', serif;
    font-size: clamp(2rem, 3.5vw, 3.6rem);
    font-weight: 400;
    line-height: 1.08;
    max-width: 20ch;
}

.mockup-services-detail-intro {
    max-width: 76ch;
    margin: 1rem 0 0;
    font-size: clamp(1rem, 1.18vw, 1.18rem);
}

.mockup-services-detail-label {
    margin: 1.2rem 0 0;
    font-size: 0.96rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(30, 30, 29, 0.78);
}

.mockup-service-detail-list {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2.3vw, 1.8rem);
}

.mockup-service-detail-card {
    padding: clamp(1.25rem, 2vw, 1.8rem);
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(123, 106, 89, 0.32);
}

.mockup-service-detail-card h3 {
    margin: 0 0 0.7rem;
    font-family: 'Adobe Garamond Pro', serif;
    font-size: clamp(1.4rem, 1.9vw, 2rem);
    font-weight: 400;
    line-height: 1.15;
}

.mockup-service-detail-card p {
    margin: 0;
    font-size: clamp(0.98rem, 1.08vw, 1.08rem);
}

.mockup-service-detail-points {
    margin: 0.9rem 0 0;
    padding-left: 1.2rem;
    display: grid;
    gap: 0.65rem;
}

.mockup-service-detail-points li {
    font-size: clamp(0.96rem, 1.04vw, 1.04rem);
    line-height: 1.55;
}

.mockup-service-detail-points strong {
    font-weight: 600;
}

.mockup-testimonials {
    background: var(--mockup-beige);
    text-align: center;
    padding: clamp(2.4rem, 5vw, 3.8rem) clamp(1.2rem, 4vw, 4.5rem);
}

.mockup-testimonials h2 {
    font-size: clamp(2rem, 3vw, 3.1rem);
    font-weight: 500;
    margin: 0 0 1.8rem;
}

.mockup-testimonial-list {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 1.7rem;
}

.mockup-testimonial-list blockquote {
    margin: 0;
}

.mockup-testimonial-list p {
    margin: 0;
    font-size: clamp(1rem, 1.3vw, 1.35rem);
}

.mockup-testimonial-list cite {
    display: block;
    margin-top: 0.42rem;
    font-family: 'Adobe Garamond Pro', serif;
    font-size: clamp(1.05rem, 1.25vw, 1.45rem);
    font-style: normal;
}

.mockup-chat-section {
    background: var(--mockup-beige);
    padding: 0 clamp(1rem, 4vw, 4.5rem) clamp(1.8rem, 4vw, 3.3rem);
}

.mockup-chat-shell {
    width: min(100%, 760px);
    min-height: 260px;
    margin: 0 auto;
    background: #dddddf;
    border: 1px solid #7f7f7f;
    padding: 0.9rem 1rem 1rem;
}

.mockup-chat-title {
    font-size: clamp(1.2rem, 1.4vw, 1.5rem);
    margin: 0 0 0.6rem;
}

.mockup-lang-page .chat-container {
    max-width: 100%;
    margin: 0;
}

.mockup-lang-page .chat-messages {
    height: min(34vh, 330px);
    border: 1px solid #b3b3b8;
    background: #f8f8fb;
    padding: 0.85rem;
    overflow-y: auto;
}

.mockup-lang-page .chat-input-wrapper {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.7rem;
}

.mockup-lang-page .chat-input-wrapper input {
    flex: 1;
    border: 1px solid #86848b;
    border-radius: 0;
    padding: 0.72rem 0.82rem;
    background: #ffffff;
    color: #232324;
    font-size: 0.95rem;
}

.mockup-lang-page .chat-input-wrapper button {
    min-width: 54px;
    border: 1px solid #86848b;
    border-radius: 0;
    background: #f2f2f6;
    color: #1d1d1f;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
}

.mockup-lang-page .chat-input-wrapper button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.mockup-lang-page .chat-status {
    margin-top: 0.45rem;
    text-align: left;
}

.mockup-lang-page .chat-status small {
    font-size: 0.82rem;
    color: #4c4c4f;
}

.mockup-lang-page .message {
    max-width: 88%;
    margin-bottom: 0.58rem;
    padding: 0.6rem 0.75rem;
    border-radius: 10px;
    font-size: 0.92rem;
}

.mockup-lang-page .message.user {
    margin-left: auto;
    background: #2d2d2e;
    color: #f7f7f7;
}

.mockup-lang-page .message.assistant {
    background: #e8e8ec;
    color: #1f1f21;
}

.mockup-lang-page .message.error {
    background: #fbe4e4;
    color: #7f1212;
}

.mockup-lang-page .typing-indicator {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    background: #ececf0;
}

.mockup-lang-page .typing-indicator span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6a6a6f;
    animation: mockup-dot-bounce 1.15s infinite ease-in-out;
}

.mockup-lang-page .typing-indicator span:nth-child(2) {
    animation-delay: 0.15s;
}

.mockup-lang-page .typing-indicator span:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes mockup-dot-bounce {
    0%,
    80%,
    100% {
        transform: translateY(0);
        opacity: 0.6;
    }
    40% {
        transform: translateY(-3px);
        opacity: 1;
    }
}

.mockup-contact-strip {
    background: var(--mockup-black);
    color: #e8e8e8;
    padding: clamp(1.9rem, 4vw, 3.2rem) clamp(1.2rem, 4vw, 4.5rem);
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1rem;
    align-items: center;
}

.mockup-contact-details h2 {
    margin: 0 0 0.9rem;
    font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 400;
}

.mockup-contact-details p {
    margin: 0 0 0.35rem;
    font-size: clamp(1.04rem, 1.3vw, 1.5rem);
}

.mockup-contact-details a {
    text-decoration: none;
}

.mockup-contact-social {
    display: flex;
    justify-content: center;
    gap: clamp(0.9rem, 2vw, 1.4rem);
    flex-wrap: wrap;
}

.mockup-contact-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(52px, 5vw, 62px);
    height: clamp(52px, 5vw, 62px);
    border-radius: 50%;
    border: 1px solid rgba(232, 232, 232, 0.28);
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.mockup-contact-social a svg {
    width: 22px;
    height: 22px;
    display: block;
}

.mockup-contact-social a svg rect,
.mockup-contact-social a svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.mockup-contact-social a svg path {
    fill: currentColor;
}

.mockup-contact-social a svg .mockup-social-dot {
    fill: currentColor;
    stroke: none;
}

.mockup-contact-social a:hover,
.mockup-contact-social a:focus-visible {
    opacity: 1;
    transform: translateY(-2px);
    border-color: rgba(232, 232, 232, 0.52);
    background: rgba(255, 255, 255, 0.11);
}

.mockup-bottom-cta {
    background: var(--mockup-beige);
    text-align: center;
    padding: clamp(1.4rem, 3vw, 2.8rem) 1rem clamp(2.2rem, 5vw, 3.7rem);
}

.mockup-bottom-cta .mockup-pill-button {
    margin-top: 0;
}

.mockup-site-footer {
    margin: 0;
    padding: 0.6rem 1rem 0.85rem;
    text-align: center;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    color: rgba(36, 35, 35, 0.72);
    background: var(--mockup-beige);
}

.mockup-site-footer a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(36, 35, 35, 0.2);
}

.mockup-site-footer a:hover,
.mockup-site-footer a:focus-visible {
    border-bottom-color: rgba(36, 35, 35, 0.56);
}

@media (max-width: 1120px) {
    .mockup-home-story-inner {
        grid-template-columns: 1fr;
    }

    .mockup-about-section {
        grid-template-columns: 1fr;
    }

    .mockup-about-photo img {
        max-width: 520px;
        min-height: 0;
        aspect-ratio: 4 / 5;
    }

    .mockup-contact-strip {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 900px) {
    .mockup-language-strip {
        grid-template-columns: minmax(0, 420px);
        justify-content: center;
    }

    .mockup-language-image--pl {
        object-position: center 46%;
    }
}

@media (max-width: 860px) {
    .mockup-stats-bar {
        grid-template-columns: 1fr;
    }

    .mockup-home-service-grid {
        grid-template-columns: 1fr;
    }

    .mockup-service-detail-list {
        grid-template-columns: 1fr;
    }

    .mockup-portfolio-grid {
        grid-template-columns: 1fr;
    }

    .mockup-portfolio-card img {
        width: min(100%, 360px);
    }

    .mockup-chat-shell {
        min-height: 0;
    }

    .mockup-lang-page .chat-messages {
        height: 250px;
    }

    .mockup-site-footer {
        font-size: 0.62rem;
        padding-bottom: 0.72rem;
    }

    .mockup-project-form-dialog {
        padding: 1rem 0.9rem;
    }

    .mockup-project-form-close {
        width: 36px;
        height: 36px;
        font-size: 1.45rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mockup-language-card,
    .mockup-language-image,
    .mockup-language-overlay,
    .mockup-language-arrow {
        transition: none;
    }
}

