:root {
    --bg: #f8f7f4;
    --surface: #ffffff;
    --surface-soft: #f3efe6;
    --surface-strong: #fffdfa;
    --text: #191617;
    --muted: #5e5754;
    --border: rgba(198, 146, 27, 0.22);
    --gold: #cf991f;
    --gold-dark: #b68113;
    --anthracite: #231f20;
    --shadow: 0 24px 60px rgba(33, 28, 24, 0.08);
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    color-scheme: light;
}

body,
input,
select,
textarea,
button {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
    background:
        linear-gradient(180deg, rgba(207, 153, 31, 0.05), transparent 18%),
        var(--bg);
    color: var(--text);
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
}

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

a {
    color: inherit;
}

.container {
    width: min(calc(100% - 40px), var(--container));
    margin: 0 auto;
}

[id] {
    scroll-margin-top: 92px;
}

.page-shell {
    position: relative;
    overflow: clip;
}

.hero-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    box-shadow: 0 6px 22px rgba(25, 22, 23, 0.05);
}

.topbar {
    display: flex;
    justify-content: space-between;
    gap: 26px;
    padding: 22px 0 18px;
    align-items: flex-start;
}

.brand-mark {
    width: clamp(138px, 16vw, 210px);
}

.topbar-meta {
    text-align: right;
    font-size: 0.92rem;
    line-height: 1.5;
}

.topbar-primary {
    display: contents;
}

.topbar-title {
    display: block;
}

.company-name {
    margin: 0 0 4px;
    font-family: "Barlow", sans-serif;
    font-size: clamp(1.62rem, 2.45vw, 2.4rem);
    font-weight: 800;
    letter-spacing: 0.02em;
}

.topbar-meta p {
    margin: 0;
}

.company-role,
.company-address {
    margin: 0;
}

.topbar-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
    font-weight: 700;
}

.topbar-links a {
    text-decoration: none;
}

.topbar-menu-button {
    display: none;
}

.topbar-mobile-contact {
    display: none;
}

.topbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px;
}

.topbar-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(207, 153, 31, 0.22);
    background: rgba(255, 255, 255, 0.78);
    color: var(--text);
    font-family: "Barlow", sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.topbar-nav a:hover {
    transform: translateY(-1px);
    background: rgba(207, 153, 31, 0.1);
}

.topbar-nav a[aria-current="page"] {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border-color: transparent;
    color: #fff;
}

.hero-divider {
    height: 3px;
    background: linear-gradient(90deg, var(--gold), rgba(207, 153, 31, 0.35));
}

.hero-section {
    position: relative;
    padding: 72px 0 54px;
}

.hero-bg-mark {
    position: absolute;
    right: -10%;
    bottom: -120px;
    width: min(60vw, 920px);
    opacity: 0.07;
    pointer-events: none;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    gap: 56px;
    align-items: center;
}

.hero-copy,
.hero-visual,
.split-copy,
.split-photo,
.contact-copy,
.form-shell,
.overview-grid > div,
.service-card,
.project-strip article,
.legal-card {
    min-width: 0;
}

.section-tag {
    margin: 0 0 14px;
    color: var(--gold-dark);
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
}

.hero-copy h1,
.section-head h2,
.split-copy h2,
.contact-copy h2,
.legal-hero h1 {
    margin: 0;
    font-family: "Barlow", sans-serif;
    line-height: 0.95;
    letter-spacing: -0.03em;
}

.hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.55rem, 5.6vw, 4.9rem);
    text-wrap: balance;
}

.hero-lead,
.split-copy p,
.contact-copy p,
.service-card p,
.project-strip p,
.legal-card p,
.legal-card li,
.footer-copy,
.form-note {
    color: var(--muted);
    line-height: 1.75;
    font-size: 1rem;
}

.hero-lead {
    max-width: 60ch;
    margin: 24px 0 0;
    font-size: 1.08rem;
    text-wrap: pretty;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 32px 0 28px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 999px;
    font-family: "Barlow", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    box-shadow: 0 16px 30px rgba(207, 153, 31, 0.28);
}

.button-whatsapp {
    color: var(--text);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(37, 211, 102, 0.24);
    box-shadow: var(--shadow);
}

.hero-points {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hero-points li {
    position: relative;
    padding-left: 22px;
    font-weight: 600;
}

.hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gold);
}

.hero-visual {
    display: grid;
    grid-template-columns: 1fr 0.78fr;
    gap: 20px;
    align-items: end;
}

.hero-photo-card,
.service-card,
.split-photo,
.form-shell,
.legal-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.hero-photo-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #ece7de;
}

.hero-photo-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.primary-photo img {
    transform: scale(1.14);
    transform-origin: center center;
    object-position: center 48%;
}

.secondary-photo img {
    transform: scale(1.18);
    transform-origin: center center;
    object-position: center 42%;
}

.primary-photo {
    min-height: 560px;
}

.secondary-photo {
    min-height: 340px;
    margin-bottom: 40px;
}

.overview-band {
    padding: 0 0 26px;
}

.overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background: var(--anthracite);
    color: #fff;
    border-radius: var(--radius-lg);
    padding: 26px 30px;
    position: relative;
    box-shadow: 0 20px 44px rgba(35, 31, 32, 0.14);
}

.overview-grid::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 33.333%;
    width: 1px;
    background: rgba(207, 153, 31, 0.5);
}

.overview-grid::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 66.666%;
    width: 1px;
    background: rgba(207, 153, 31, 0.5);
}

.metric-label,
.footer-title {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
}

.metric-value {
    margin: 0;
    font-family: "Barlow", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.content-section {
    padding: 92px 0;
}

.section-head {
    display: grid;
    gap: 14px;
    max-width: 760px;
    margin-bottom: 42px;
}

.section-head h2,
.split-copy h2,
.contact-copy h2,
.legal-hero h1 {
    font-size: clamp(2rem, 3.2vw, 3.35rem);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.service-card {
    border-radius: var(--radius-md);
    padding: 28px;
    display: grid;
    align-content: start;
    gap: 10px;
    min-height: 100%;
}

.service-card h3,
.benefit-list h3,
.project-strip h3,
.legal-card h2 {
    margin: 0 0 10px;
    font-family: "Barlow", sans-serif;
    font-size: 1.28rem;
    line-height: 1.05;
}

.section-split {
    padding-top: 10px;
}

.split-grid,
.contact-grid,
.footer-grid {
    display: grid;
    gap: 30px;
}

.split-grid {
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    gap: 44px;
}

.benefit-list {
    display: grid;
    gap: 16px;
    margin-top: 30px;
}

.benefit-list > div {
    padding: 18px 20px;
    border: 1px solid rgba(207, 153, 31, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
}

.split-photo {
    border-radius: 34px;
    overflow: hidden;
    background: #ece7de;
}

.split-photo img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.projects-section {
    padding-top: 30px;
}

.project-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.project-strip article {
    display: grid;
    align-content: start;
    min-height: 100%;
    padding: 26px 24px 28px;
    border-top: 2px solid var(--gold);
    background: linear-gradient(180deg, rgba(207, 153, 31, 0.08), rgba(255, 255, 255, 0.85));
    border-radius: var(--radius-md);
}

.project-strip span {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--gold-dark);
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.18em;
}

.gallery-section {
    padding-top: 12px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    grid-template-rows: repeat(2, minmax(250px, 1fr));
    gap: 20px;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    min-height: 0;
    border-radius: 28px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    background: #ddd;
}

.gallery-card-featured {
    grid-row: span 2;
    min-height: 520px;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-card-workshop img {
    object-position: center 38%;
}

.gallery-card-window img {
    object-position: center 46%;
}

.gallery-card-framing img {
    object-position: center 56%;
}

.gallery-content {
    position: absolute;
    inset: auto 0 0 0;
    padding: 28px 26px 24px;
    background: linear-gradient(180deg, rgba(16, 13, 12, 0.02), rgba(16, 13, 12, 0.86));
    color: #fff;
}

.gallery-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-family: "Barlow", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.gallery-content h3 {
    margin: 0 0 10px;
    font-family: "Barlow", sans-serif;
    font-size: 1.42rem;
    line-height: 1.05;
}

.gallery-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.65;
}

.project-showcase-section {
    padding-top: 18px;
}

.projects-page-intro {
    padding-bottom: 24px;
}

.projects-page-head {
    margin-bottom: 0;
}

.projects-page-head h1 {
    margin: 0;
    font-family: "Barlow", sans-serif;
    font-size: clamp(2rem, 3.2vw, 3.35rem);
    line-height: 1;
    letter-spacing: -0.03em;
}

.projects-page-head p:last-child {
    margin: 0;
    max-width: 70ch;
    color: var(--muted);
    line-height: 1.72;
    font-size: 1rem;
}

.project-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.project-showcase-card {
    display: grid;
    min-height: 100%;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--shadow);
}

.project-showcase-image {
    position: relative;
    min-height: 240px;
    background: #e8e0d4;
}

.project-showcase-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-showcase-copy {
    display: grid;
    gap: 12px;
    padding: 24px 24px 26px;
}

.project-showcase-copy h2,
.project-showcase-copy h3 {
    margin: 0;
    font-family: "Barlow", sans-serif;
    font-size: 1.34rem;
    line-height: 1.05;
}

.project-showcase-copy p,
.project-showcase-empty p {
    margin: 0;
    color: var(--muted);
    line-height: 1.72;
}

.project-showcase-empty {
    padding: 28px;
    border-radius: 22px;
    border: 1px dashed rgba(207, 153, 31, 0.35);
    background: rgba(255, 255, 255, 0.74);
}

.contact-section {
    padding-bottom: 110px;
}

.contact-grid {
    grid-template-columns: 0.88fr 1.12fr;
    align-items: start;
    gap: 38px;
}

.contact-card {
    margin-top: 28px;
    padding: 24px;
    border-left: 3px solid var(--gold);
    background: rgba(255, 255, 255, 0.78);
    border-radius: 0 20px 20px 0;
}

.form-shell {
    border-radius: 26px;
    padding: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 252, 246, 0.98));
}

.contact-form {
    display: grid;
    gap: 18px;
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.contact-form label {
    display: grid;
    gap: 8px;
}

.consent-field {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: start;
    gap: 12px;
    padding: 4px 2px 0;
}

.consent-field input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 3px 0 0;
    accent-color: var(--gold-dark);
}

.consent-field span {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
}

.consent-field a {
    color: var(--gold-dark);
}

.contact-form span {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(35, 31, 32, 0.14);
    border-radius: 16px;
    padding: 15px 16px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--text);
    font: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: 2px solid rgba(207, 153, 31, 0.25);
    border-color: var(--gold);
}

.button-submit {
    border: 0;
    cursor: pointer;
}

.form-note {
    margin: 0;
    font-size: 0.95rem;
}

.form-message {
    margin-bottom: 18px;
    border-radius: 16px;
    padding: 14px 16px;
    font-weight: 700;
}

.form-message-success {
    background: rgba(58, 161, 105, 0.12);
    color: #1d6841;
}

.form-message-invalid,
.form-message-error {
    background: rgba(177, 66, 44, 0.12);
    color: #8b351f;
}

.admin-section {
    padding-top: 54px;
}

.admin-shell {
    display: grid;
    gap: 26px;
}

.admin-head {
    margin-bottom: 0;
}

.admin-head p:last-child {
    margin: 0;
    max-width: 72ch;
    color: var(--muted);
    line-height: 1.72;
}

.admin-login-card,
.admin-project-card,
.admin-toolbar {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--border);
    border-radius: 24px;
    box-shadow: var(--shadow);
}

.admin-login-card {
    max-width: 520px;
    padding: 28px;
}

.admin-login-form,
.admin-project-form,
.admin-project-fields {
    display: grid;
    gap: 18px;
}

.admin-project-list {
    display: grid;
    gap: 20px;
}

.admin-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
}

.admin-toolbar p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.admin-logout {
    min-width: 140px;
}

.admin-project-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr);
    gap: 0;
    overflow: hidden;
}

.admin-project-card-new {
    grid-template-columns: 1fr;
}

.admin-project-preview {
    position: relative;
    min-height: 240px;
    background: #e8e0d4;
}

.admin-project-preview img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.admin-project-fields {
    padding: 24px;
}

.admin-project-fields h2 {
    margin: 0;
    font-family: "Barlow", sans-serif;
    font-size: 1.5rem;
    line-height: 1.05;
}

.admin-project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.admin-project-form label,
.admin-login-form label {
    display: grid;
    gap: 8px;
}

.admin-project-form span,
.admin-login-form span {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.admin-project-form input,
.admin-project-form textarea,
.admin-login-form input {
    width: 100%;
    border: 1px solid rgba(35, 31, 32, 0.14);
    border-radius: 16px;
    padding: 15px 16px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--text);
    font: inherit;
}

.admin-project-form input:focus,
.admin-project-form textarea:focus,
.admin-login-form input:focus {
    outline: 2px solid rgba(207, 153, 31, 0.25);
    border-color: var(--gold);
}

.admin-delete-toggle {
    display: inline-grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    gap: 10px;
}

.admin-delete-toggle input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--gold-dark);
}

.mobile-quickbar {
    display: none;
}

.site-footer {
    background: var(--anthracite);
    color: #fff;
    padding: 46px 0 20px;
}

.footer-grid {
    grid-template-columns: 1.2fr 1fr 0.8fr;
    align-items: start;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    padding: 16px 18px 14px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(207, 153, 31, 0.22);
    border-radius: 20px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.footer-brand img {
    width: 100%;
    height: auto;
}

.footer-copy {
    max-width: 34ch;
    color: rgba(255, 255, 255, 0.72);
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
    color: rgba(255, 255, 255, 0.82);
}

.footer-list a {
    text-decoration: none;
}

.footer-bottom {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.64);
}

.legal-main {
    min-height: 100vh;
}

.legal-hero {
    padding: 84px 0 26px;
}

.legal-content {
    padding: 0 0 96px;
}

.legal-stack {
    display: grid;
    gap: 18px;
}

.legal-card {
    border-radius: 22px;
    padding: 30px;
}

.legal-card ul {
    margin: 12px 0 0;
    padding-left: 18px;
}

.legal-note {
    background: rgba(207, 153, 31, 0.09);
}

@media (max-width: 1080px) {
    .hero-grid,
    .split-grid,
    .contact-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

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

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

    .gallery-card-featured {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 420px;
    }

    .overview-grid::before,
    .overview-grid::after {
        display: none;
    }

    .hero-copy h1 {
        max-width: none;
    }

    .hero-grid {
        gap: 38px;
    }

    .hero-visual {
        order: 2;
        grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
    }

    .split-photo img,
    .primary-photo,
    .secondary-photo {
        min-height: auto;
    }
}

@media (max-width: 760px) {
    body {
        padding-bottom: 92px;
    }

    [id] {
        scroll-margin-top: 74px;
    }

    .container {
        width: min(calc(100% - 24px), var(--container));
    }

    .topbar {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 10px 12px;
        align-items: center;
        padding: 10px 0 10px;
    }

    .brand-mark {
        width: 108px;
    }

    .topbar-meta {
        display: block;
        width: 100%;
        min-width: 0;
        font-size: 0.84rem;
        line-height: 1.35;
        text-align: left;
    }

    .topbar-primary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .topbar-title {
        min-width: 0;
    }

    .company-name {
        margin-bottom: 1px;
        font-size: 1.22rem;
        line-height: 1;
    }

    .company-role {
        font-size: 0.78rem;
        color: var(--muted);
        line-height: 1.2;
    }

    .company-address,
    .topbar-links {
        display: none;
    }

    .topbar-menu-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        min-height: 36px;
        padding: 0 14px;
        border: 1px solid rgba(207, 153, 31, 0.22);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.92);
        color: var(--text);
        font-family: "Barlow", sans-serif;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        cursor: pointer;
    }

    .topbar-nav {
        display: none;
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        gap: 8px;
        width: 100%;
        margin-top: 2px;
        padding-top: 12px;
        border-top: 1px solid rgba(207, 153, 31, 0.14);
    }

    .hero-header.nav-open .topbar-nav {
        display: grid;
    }

    .topbar-nav a {
        width: 100%;
        min-height: 40px;
        justify-content: center;
    }

    .topbar-mobile-contact {
        display: grid;
        gap: 6px;
        margin-top: 6px;
        padding: 12px 4px 0;
        color: var(--muted);
        font-size: 0.88rem;
        line-height: 1.45;
    }

    .hero-section {
        padding-top: 24px;
    }

    .hero-copy {
        order: 1;
    }

    .hero-copy h1 {
        font-size: clamp(2.45rem, 12vw, 3.65rem);
        line-height: 0.98;
    }

    .hero-lead {
        font-size: 1rem;
        line-height: 1.65;
    }

    .hero-visual,
    .field-grid,
    .service-grid,
    .project-strip,
    .gallery-grid,
    .project-showcase-grid,
    .admin-project-grid {
        grid-template-columns: 1fr;
    }

    .primary-photo,
    .secondary-photo {
        min-height: 280px;
        margin-bottom: 0;
    }

    .content-section,
    .contact-section {
        padding: 68px 0;
    }

    .overview-grid {
        grid-template-columns: 1fr;
        padding: 22px 20px;
        gap: 18px;
    }

    .metric-value {
        font-size: 1.15rem;
        line-height: 1.2;
    }

    .section-head h2,
    .split-copy h2,
    .contact-copy h2,
    .legal-hero h1,
    .projects-page-head h1 {
        font-size: clamp(1.8rem, 8.2vw, 2.55rem);
        line-height: 1;
    }

    .form-shell,
    .service-card,
    .legal-card,
    .admin-login-card,
    .admin-project-fields {
        padding: 22px;
    }

    .gallery-card,
    .gallery-card-featured {
        min-height: 340px;
    }

    .admin-toolbar,
    .admin-project-card {
        grid-template-columns: 1fr;
    }

    .admin-toolbar {
        display: grid;
        justify-content: stretch;
    }

    .admin-project-preview {
        min-height: 220px;
    }

    .button {
        width: 100%;
    }

    .footer-brand {
        width: 160px;
        padding: 12px 14px 10px;
        border-radius: 16px;
    }

    .mobile-quickbar {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 30;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 10px;
        border: 1px solid rgba(207, 153, 31, 0.2);
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 18px 40px rgba(25, 22, 23, 0.16);
        backdrop-filter: blur(12px);
    }

    .mobile-quickbar-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        padding: 0 14px;
        border-radius: 16px;
        font-family: "Barlow", sans-serif;
        font-size: 0.96rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-decoration: none;
    }

    .mobile-quickbar-call {
        background: rgba(35, 31, 32, 0.95);
        color: #fff;
    }

    .mobile-quickbar-whatsapp {
        background: linear-gradient(135deg, #25d366, #179d4e);
        color: #fff;
    }
}

@media (max-width: 520px) {
    .topbar {
        gap: 8px 10px;
        padding: 8px 0 8px;
    }

    .brand-mark {
        width: 92px;
    }

    .topbar-meta {
        font-size: 0.82rem;
        line-height: 1.3;
    }

    .company-name {
        font-size: 1.08rem;
    }

    .company-role {
        font-size: 0.72rem;
    }

    .topbar-menu-button {
        min-height: 34px;
        padding: 0 12px;
        font-size: 0.76rem;
    }

    .topbar-nav a {
        min-height: 38px;
        padding: 0 10px;
        font-size: 0.8rem;
    }

    .hero-section {
        padding: 26px 0 26px;
    }

    .section-tag,
    .metric-label,
    .footer-title {
        letter-spacing: 0.14em;
        font-size: 0.72rem;
    }

    .hero-actions {
        flex-direction: column;
        gap: 12px;
        margin: 24px 0;
    }

    .hero-copy h1 {
        max-width: 8ch;
        font-size: clamp(1.95rem, 9.8vw, 2.7rem);
        line-height: 1;
    }

    .hero-lead {
        max-width: 100%;
    }

    .button {
        min-height: 50px;
        padding: 0 18px;
        font-size: 0.95rem;
        width: 100%;
    }

    .mobile-quickbar {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 8px;
        gap: 8px;
        border-radius: 18px;
    }

    .mobile-quickbar-link {
        min-height: 46px;
        font-size: 0.92rem;
    }

    .hero-points {
        gap: 10px;
    }

    .hero-points li {
        font-size: 0.98rem;
        line-height: 1.45;
    }

    .primary-photo,
    .secondary-photo {
        min-height: 240px;
    }

    .overview-band {
        padding-bottom: 8px;
    }

    .content-section,
    .contact-section {
        padding: 58px 0;
    }

    .section-head {
        margin-bottom: 28px;
    }

    .service-card h3,
    .benefit-list h3,
    .project-strip h3,
    .legal-card h2,
    .gallery-content h3 {
        font-size: 1.18rem;
    }

    .service-card,
    .project-strip article,
    .form-shell,
    .legal-card,
    .contact-card,
    .project-showcase-copy,
    .admin-project-fields {
        padding: 20px;
    }

    .contact-card {
        border-radius: 18px;
        border-left-width: 2px;
    }

    .gallery-content {
        padding: 22px 20px 18px;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        padding: 14px;
        border-radius: 14px;
    }

    .consent-field {
        grid-template-columns: 18px 1fr;
        gap: 10px;
    }

    .consent-field span {
        font-size: 0.95rem;
    }

    .footer-copy,
    .footer-list,
    .footer-bottom {
        font-size: 0.95rem;
    }
}

@media (max-width: 360px) {
    .container {
        width: min(calc(100% - 20px), var(--container));
    }

    .hero-copy h1 {
        max-width: 7ch;
        font-size: 1.8rem;
        line-height: 1;
        letter-spacing: -0.025em;
    }

    .topbar-nav a {
        flex-basis: 100%;
    }

    .overview-grid {
        padding: 18px 16px;
    }

    .metric-value {
        font-size: 1.02rem;
    }

    .mobile-quickbar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 340px) {
    .hero-copy h1 {
        max-width: 6ch;
        font-size: 1.65rem;
    }

    .hero-lead,
    .hero-points li,
    .topbar-meta,
    .metric-value {
        font-size: 0.95rem;
    }

    .button {
        font-size: 0.9rem;
    }
}
