:root {
    --bg: #ece7df;
    --bg-end: #ddd4c6;
    --bg-strong: #fffaf3;
    --surface: rgba(255, 252, 247, 0.82);
    --surface-strong: #fffaf3;
    --surface-soft: #f7f1e8;
    --text: #181512;
    --muted: #5b534c;
    --brand: #b24f21;
    --brand-strong: #d2672d;
    --accent: #8e979d;
    --line: rgba(35, 29, 24, 0.12);
    --line-strong: rgba(35, 29, 24, 0.18);
    --field-bg: rgba(255, 250, 243, 0.88);
    --shadow: 0 24px 60px rgba(24, 21, 18, 0.12);
    --hero-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
    --radius: 24px;
    --radius-sm: 14px;
    --body-accent: rgba(178, 79, 33, 0.18);
    --body-sheen: rgba(255, 255, 255, 0.16);
    --grid-line: rgba(35, 29, 24, 0.04);
    --header-bg: rgba(255, 252, 247, 0.88);
    --header-text: #181512;
    --header-brand: #2a211a;
    --header-muted: rgba(24, 21, 18, 0.68);
    --header-border: rgba(35, 29, 24, 0.1);
    --control-bg: rgba(255, 250, 243, 0.72);
    --control-border: rgba(35, 29, 24, 0.14);
    --nav-hover-bg: rgba(178, 79, 33, 0.1);
    --hero-copy-bg:
        linear-gradient(140deg, rgba(255, 255, 255, 0.72), transparent 42%),
        linear-gradient(120deg, rgba(255, 252, 247, 0.96), rgba(244, 235, 222, 0.98) 58%, rgba(230, 215, 196, 0.96));
    --hero-copy-text: var(--text);
    --hero-copy-muted: var(--muted);
    --hero-glow: rgba(210, 103, 45, 0.2);
    --hero-chip-bg: rgba(255, 255, 255, 0.46);
    --hero-chip-border: rgba(35, 29, 24, 0.12);
    --hero-chip-text: var(--text);
    --hero-panel-bg:
        linear-gradient(180deg, rgba(255, 255, 255, 0.36), transparent 25%),
        linear-gradient(160deg, rgba(252, 247, 241, 0.88), rgba(239, 229, 216, 0.95));
    --panel-card-bg: rgba(255, 255, 255, 0.6);
    --nested-surface: rgba(255, 255, 255, 0.54);
    --contact-surface:
        linear-gradient(135deg, rgba(178, 79, 33, 0.12), transparent 45%),
        linear-gradient(155deg, var(--surface), rgba(255, 247, 237, 0.95));
    --footer-bg: rgba(255, 252, 247, 0.92);
    --footer-text: var(--muted);
}

:root[data-theme="dark"] {
    --bg: #111111;
    --bg-end: #1a1714;
    --bg-strong: #060606;
    --surface: rgba(28, 28, 28, 0.88);
    --surface-strong: #101010;
    --surface-soft: #191919;
    --text: #f4eee6;
    --muted: #b4a798;
    --brand: #d76a2f;
    --brand-strong: #ee8450;
    --accent: #7d8589;
    --line: rgba(255, 245, 232, 0.12);
    --line-strong: rgba(255, 255, 255, 0.14);
    --field-bg: rgba(19, 19, 19, 0.95);
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    --hero-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
    --body-accent: rgba(215, 106, 47, 0.2);
    --body-sheen: rgba(255, 255, 255, 0.03);
    --grid-line: rgba(255, 255, 255, 0.03);
    --header-bg: rgba(20, 18, 17, 0.88);
    --header-text: #f4eee6;
    --header-brand: #fff6eb;
    --header-muted: rgba(255, 245, 232, 0.72);
    --header-border: rgba(255, 255, 255, 0.08);
    --control-bg: rgba(255, 255, 255, 0.04);
    --control-border: rgba(255, 255, 255, 0.14);
    --nav-hover-bg: rgba(215, 106, 47, 0.16);
    --hero-copy-bg:
        linear-gradient(140deg, rgba(255, 255, 255, 0.08), transparent 42%),
        linear-gradient(120deg, #1f1f1f, #2d2724 58%, #43332c);
    --hero-copy-text: #f8f1e9;
    --hero-copy-muted: rgba(248, 241, 233, 0.82);
    --hero-glow: rgba(210, 103, 45, 0.28);
    --hero-chip-bg: rgba(255, 255, 255, 0.04);
    --hero-chip-border: rgba(255, 255, 255, 0.1);
    --hero-chip-text: rgba(248, 241, 233, 0.86);
    --hero-panel-bg:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 25%),
        linear-gradient(160deg, rgba(35, 35, 35, 0.95), rgba(22, 22, 22, 0.98));
    --panel-card-bg: rgba(255, 255, 255, 0.03);
    --nested-surface: rgba(255, 255, 255, 0.03);
    --contact-surface:
        linear-gradient(135deg, rgba(215, 106, 47, 0.14), transparent 45%),
        linear-gradient(155deg, rgba(28, 28, 28, 0.95), rgba(18, 18, 18, 0.98));
    --footer-bg: rgba(15, 14, 14, 0.96);
    --footer-text: rgba(255, 245, 232, 0.72);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Bahnschrift", "Arial Narrow", Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top right, var(--body-accent), transparent 26%),
        linear-gradient(180deg, var(--body-sheen), transparent 24%),
        linear-gradient(135deg, var(--bg), var(--bg-end) 100%);
    line-height: 1.6;
    text-align: start;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(var(--grid-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.35;
    mix-blend-mode: overlay;
}

img,
video {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

input,
textarea,
button {
    font: inherit;
}

.container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.Header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(18px);
    background: var(--header-bg);
    border-bottom: 1px solid var(--header-border);
    color: var(--header-text);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    flex-wrap: wrap;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.brand {
    font-family: "Rockwell", "Georgia", serif;
    font-size: 1.15rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--header-brand);
}

.nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    font-size: 0.94rem;
    color: var(--header-muted);
}

.nav a,
.lang-btn,
.theme-btn,
.ghost-btn,
.primary-btn,
.see-more-btn,
.contact-form button {
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.nav a {
    padding: 0.4rem 0.65rem;
    border-radius: 999px;
}

.nav a:hover,
.nav a.is-active {
    background: var(--nav-hover-bg);
    color: var(--header-text);
}

.lang-switch {
    display: inline-flex;
    border: 1px solid var(--control-border);
    border-radius: 999px;
    overflow: hidden;
    background: var(--control-bg);
}

.lang-btn {
    border: 0;
    background: transparent;
    color: var(--header-muted);
    padding: 0.4rem 0.75rem;
    cursor: pointer;
}

.lang-btn.is-active {
    background: var(--brand);
    color: #fff7ef;
}

.theme-btn {
    border: 1px solid var(--control-border);
    background: var(--control-bg);
    color: var(--header-text);
    border-radius: 999px;
    padding: 0.4rem 0.8rem;
    cursor: pointer;
}

.Hero {
    padding: 2.2rem 0 1.2rem;
}

.hero-layout {
    display: grid;
    gap: 1.25rem;
    align-items: stretch;
}

.hero-copy,
.hero-panel,
.card,
.media-card,
.work-item,
.service-card {
    position: relative;
    overflow: hidden;
}

.hero-copy,
.hero-panel,
.card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.hero-copy {
    padding: 1.4rem;
    background: var(--hero-copy-bg);
    color: var(--hero-copy-text);
    box-shadow: var(--hero-shadow);
}

.hero-copy::after {
    content: "";
    position: absolute;
    inset: auto -12% -18% auto;
    width: 240px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, var(--hero-glow), transparent 70%);
}
.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.04);
}
.eyebrow {
    margin: 0 0 0.85rem;
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--brand-strong);
}

.hero-copy h1,
.card h1,
.card h2,
.card h3,
.service-card h3,
.hero-panel-card h2,
.process-strip h3 {
    font-family: "Rockwell", "Georgia", serif;
    line-height: 1.08;
}

.hero-copy h1 {
    margin: 0 0 0.9rem;
    font-size: clamp(2.4rem, 6vw, 5rem);
    max-width: 10ch;
}

.hero-text {
    margin: 0;
    max-width: 56ch;
    color: var(--hero-copy-muted);
    font-size: 1.05rem;
}

.hero-actions,
.projects-actions {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 1.35rem;
}

.primary-btn,
.see-more-btn,
.contact-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 48px;
    padding: 0.72rem 1.1rem;
    border-radius: 999px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--brand), var(--brand-strong));
    color: #fff7ef;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(178, 79, 33, 0.28);
}

.ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.72rem 1.1rem;
    border-radius: 999px;
    border: 1px solid var(--hero-chip-border);
    background: var(--hero-chip-bg);
    color: var(--hero-copy-text);
    font-weight: 700;
}

.primary-btn:hover,
.see-more-btn:hover,
.contact-form button:hover,
.ghost-btn:hover,
.theme-btn:hover,
.lang-btn:hover {
    transform: translateY(-1px);
}

.hero-points {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-top: 1.3rem;
}

.hero-point {
    padding: 0.55rem 0.8rem;
    border: 1px solid var(--hero-chip-border);
    border-radius: 999px;
    background: var(--hero-chip-bg);
    color: var(--hero-chip-text);
}

.hero-panel {
    background: var(--hero-panel-bg);
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.hero-image-frame {
    border-radius: calc(var(--radius) - 6px);
    overflow: hidden;
    min-height: 280px;
    border: 1px solid var(--line);
}

.hero-image-frame img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.04);
}

.hero-panel-card {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 18px;
    background: var(--panel-card-bg);
    border: 1px solid var(--line);
}

.panel-label {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand);
}

.hero-panel-card h2 {
    margin: 0;
    font-size: 1.45rem;
}

.muted {
    color: var(--muted);
}

.hero-stats,
.stats-grid {
    margin-top: 1rem;
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-box {
    margin: 0;
    padding: 0.9rem;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: var(--nested-surface);
}

.stat-box-wide {
    grid-column: 1 / -1;
}

.stat-value {
    margin: 0;
    font-family: "Rockwell", "Georgia", serif;
    font-size: 1.65rem;
    color: var(--brand);
}

.stat-label {
    margin: 0.15rem 0 0;
    color: var(--muted);
}

.Main {
    padding: 0.4rem 0 1rem;
}

.section-shell {
    padding: 1rem 0;
}

.section-heading {
    margin-bottom: 1rem;
}

.section-heading h2,
.section-heading h1 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.section-heading.compact h2 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.section-heading p:last-child {
    margin-bottom: 0;
    max-width: 64ch;
}

.service-grid,
.gallery-grid,
.work-grid,
.contact-shell,
.feature-layout {
    display: grid;
    gap: 1rem;
}

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

.service-card,
.card,
.media-card,
.work-item {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    backdrop-filter: blur(12px);
}

.card {
    padding: 1.2rem;
}

.service-card {
    padding: 1.25rem;
    min-height: 100%;
}

.service-card::before,
.card::before,
.work-item::before,
.media-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--brand), transparent 70%);
}

.service-card h3,
.card h2,
.card h3 {
    margin-top: 0;
    margin-bottom: 0.45rem;
}

.list {
    margin: 0;
    padding-left: 1.15rem;
}

:root[dir="rtl"] .list {
    padding-left: 0;
    padding-right: 1.15rem;
}

.feature-list li + li {
    margin-top: 0.65rem;
}

.work-grid {
    grid-template-columns: 1fr;
}

.work-item,
.media-card {
    margin: 0;
}

.work-item img,
.media-card img,
.media-card video {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: var(--field-bg);
}

.work-item figcaption,
.media-card figcaption {
    padding: 0.75rem 0.9rem 0.9rem;
    color: var(--muted);
}

.process-strip {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.2rem;
}

.process-strip article {
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: var(--surface-soft);
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-bottom: 0.8rem;
    background: linear-gradient(135deg, var(--brand), var(--brand-strong));
    color: #fff7ef;
    font-weight: 700;
}

.contact-shell {
    align-items: stretch;
}

.Contact {
    padding: 1rem 0 2.4rem;
}

.contact-company {
    background: var(--contact-surface);
}

.contact-direct {
    margin-top: 1.3rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

.contact-phone {
    display: inline-block;
    direction: ltr;
    unicode-bidi: isolate;
    margin: 0.6rem 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--brand);
    text-decoration: none;
}

.contact-phone:hover,
.contact-phone:focus-visible {
    text-decoration: underline;
}

.contact-hours {
    margin: 0.3rem 0 0;
    color: var(--muted);
}

label {
    display: grid;
    gap: 0.35rem;
    font-size: 0.94rem;
}

input,
textarea {
    width: 100%;
    padding: 0.82rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--field-bg);
    color: var(--text);
}

textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form {
    display: grid;
    gap: 0.85rem;
}

.Footer {
    border-top: 1px solid var(--line);
    background: var(--footer-bg);
    color: var(--footer-text);
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    font-size: 0.92rem;
    flex-wrap: wrap;
}

.footer-inner p {
    margin: 0;
}

@media (min-width: 768px) {
    .Hero {
        padding-top: 2.8rem;
    }

    .hero-layout,
    .contact-shell,
    .feature-layout {
        grid-template-columns: 1.15fr 0.85fr;
        gap: 1.2rem;
    }

    .hero-copy {
        padding: 2rem;
    }

    .hero-panel {
        padding: 1.15rem;
    }

    .service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .work-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .work-item-wide {
        grid-column: 1 / -1;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .contact-form {
        grid-template-columns: 1fr 1fr;
    }

    .contact-form .full {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1024px) {
    .hero-copy {
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    :root {
        --radius: 18px;
    }

    body {
        line-height: 1.5;
    }

    body::before {
        background-size: 34px 34px;
        opacity: 0.25;
    }

    .container {
        width: min(100% - 1.5rem, 1180px);
    }

    .Header {
        position: relative;
        backdrop-filter: blur(10px);
    }

    .header-inner {
        align-items: stretch;
        gap: 0.7rem;
        padding: 0.8rem 0;
    }

    .brand {
        display: block;
        width: 100%;
        font-size: 1rem;
    }

    .header-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        align-items: stretch;
        gap: 0.6rem;
    }

    .nav {
        grid-column: 1 / -1;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.35rem;
        font-size: 0.84rem;
    }

    .nav a {
        min-height: 40px;
        padding: 0.45rem 0.35rem;
        border: 1px solid var(--control-border);
        border-radius: 999px;
        text-align: center;
        background: var(--control-bg);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lang-switch {
        width: 100%;
        min-width: 0;
    }

    .lang-btn {
        flex: 1 1 50%;
        padding: 0.46rem 0.65rem;
    }

    .theme-btn {
        width: 100%;
        min-width: 0;
        padding: 0.46rem 0.65rem;
        white-space: nowrap;
    }

    .Hero {
        padding: 0.9rem 0 0.4rem;
    }

    .hero-layout,
    .service-grid,
    .work-grid,
    .contact-shell,
    .feature-layout,
    .gallery-grid {
        gap: 0.8rem;
    }

    .hero-copy,
    .hero-panel,
    .card,
    .service-card {
        box-shadow: 0 14px 32px rgba(24, 21, 18, 0.11);
    }

    .hero-copy,
    .card,
    .service-card {
        padding: 1rem;
    }

    .hero-copy::after {
        width: 150px;
        opacity: 0.72;
    }

    .eyebrow,
    .panel-label {
        font-size: 0.68rem;
        letter-spacing: 0.14em;
    }

    .hero-copy h1 {
        font-size: clamp(2rem, 9.2vw, 2.35rem);
        max-width: none;
        text-wrap: balance;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero-actions,
    .projects-actions {
        gap: 0.55rem;
    }

    .primary-btn,
    .ghost-btn,
    .see-more-btn,
    .contact-form button {
        width: 100%;
        min-height: 46px;
        padding: 0.68rem 0.9rem;
    }

    .hero-points {
        display: grid;
        gap: 0.5rem;
    }

    .hero-point {
        border-radius: 14px;
        padding: 0.56rem 0.7rem;
    }

    .hero-panel {
        padding: 0.7rem;
    }

    .hero-image-frame,
    .hero-image-frame img {
        min-height: 0;
    }

    .hero-image-frame {
        aspect-ratio: 4 / 3;
    }

    .hero-panel-card {
        margin-top: 0.7rem;
        padding: 0.85rem;
        border-radius: 14px;
    }

    .hero-panel-card h2 {
        font-size: 1.22rem;
    }

    .Main {
        padding-top: 0.2rem;
    }

    .section-shell {
        padding: 0.8rem 0;
    }

    .section-heading {
        margin-bottom: 0.85rem;
    }

    .section-heading h2,
    .card h1 {
        font-size: clamp(1.55rem, 7vw, 2.15rem);
    }

    .section-heading.compact h2,
    .card h2 {
        font-size: clamp(1.35rem, 6vw, 1.8rem);
    }

    .service-card h3,
    .card h3,
    .process-strip h3 {
        font-size: 1.1rem;
    }

    .work-item img,
    .media-card img,
    .media-card video {
        aspect-ratio: 5 / 4;
    }

    .work-item figcaption,
    .media-card figcaption {
        padding: 0.62rem 0.75rem 0.75rem;
    }

    .process-strip {
        gap: 0.65rem;
        margin-top: 1rem;
    }

    .process-strip article {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0 0.75rem;
        align-items: start;
        padding: 0.85rem;
        border-radius: 14px;
    }

    .process-strip article p {
        grid-column: 2;
        margin: 0.25rem 0 0;
    }

    .step-number {
        width: 38px;
        height: 38px;
        margin-bottom: 0;
        font-size: 0.85rem;
    }

    .contact-phone {
        font-size: 1.2rem;
    }

    input,
    textarea {
        border-radius: 12px;
    }

    textarea {
        min-height: 130px;
    }

    .gallery-layout {
        display: grid;
        gap: 0.8rem;
    }

    .footer-inner {
        display: grid;
        gap: 0.35rem;
        text-align: center;
    }
}

@media (max-width: 390px) {
    .nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
