:root {
    --black: #0b0b0b;
    --offwhite: #f7f5f0;
    --concrete: #8a8a8a;
    --dark: #1c1c1c;
    --bronze: #b08a4a;
    --line: #2a2a2a;
    --radius-lg: 18px;
    --radius-md: 14px;
    --radius-sm: 10px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    background: var(--offwhite);
    color: var(--black);
}

main {
    overflow: clip;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
}

.nav-shell {
    padding-top: 14px;
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    background: rgba(10, 10, 10, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    padding: 0 12px 0 10px;
    backdrop-filter: blur(10px);
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
}

.brand-emblem {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.brand-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.brand-text-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-text {
    font-weight: 800;
    letter-spacing: 1.2px;
    font-size: 15px;
}

.brand-text-wrap small {
    color: #bbb;
    font-size: 10px;
    letter-spacing: 1.3px;
}

.site-nav {
    display: flex;
    gap: 8px;
}

.site-nav a {
    text-decoration: none;
    color: #d6d6d6;
    font-weight: 600;
    font-size: 13px;
    padding: 11px 14px;
    border-radius: 999px;
    border: 1px solid transparent;
}

.site-nav a.active,
.site-nav a:hover {
    color: #fff;
    border-color: rgba(176, 138, 74, 0.75);
    background: rgba(176, 138, 74, 0.12);
}

.menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    padding: 0;
}

.menu-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 6px 0;
}

.hero {
    border-bottom: 0;
    padding-top: 0;
    min-height: 100vh;
}

.hero > .container {
    width: 100%;
    margin: 0;
}

.hero-pro {
    color: #fff;
}

.hero-frame {
    position: relative;
    min-height: 100vh;
    border-radius: 0 0 28px 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #101010;
}

body.home-page .site-header {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.hero-slide picture,
.hero-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-slide img {
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
}

.hero-grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: end;
    padding: 110px 0 74px;
    width: min(1240px, 94%);
    margin: 0 auto;
}

.hero-content {
    max-width: 760px;
    padding: 20px 22px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(2px);
}

.hero-content h1 {
    font-size: clamp(36px, 5.2vw, 72px);
    line-height: 1.03;
    margin: 0 0 18px;
    max-width: 760px;
    letter-spacing: -1px;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-size: 11px;
    color: var(--concrete);
    margin-bottom: 16px;
}

.hero-pro .eyebrow {
    color: #d7c9b0;
}

.lead {
    max-width: 700px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
}

.hero-subnote {
    margin-top: 14px;
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #d1d1d1;
}

.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(0, 0, 0, 0.32);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.hero-nav.prev {
    left: 18px;
}

.hero-nav.next {
    right: 18px;
}

.hero-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    background: rgba(8, 8, 8, 0.86);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-strip span {
    display: block;
    padding: 14px 18px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1.3px;
    color: #dadada;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-strip span:last-child {
    border-right: 0;
}

.hero-dots {
    position: absolute;
    left: 20px;
    bottom: 66px;
    z-index: 6;
    display: flex;
    gap: 8px;
}

.hero-dot {
    width: 24px;
    height: 6px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.hero-dot.active {
    background: #fff;
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.btn {
    padding: 13px 22px;
    text-decoration: none;
    border: 1px solid var(--black);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.8px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 999px;
}

.btn-dark {
    background: var(--black);
    color: var(--offwhite);
    border-color: var(--black);
}

.btn-outline {
    color: var(--bronze);
    border-color: var(--bronze);
    background: rgba(0, 0, 0, 0.16);
}

.section {
    padding: 76px 0;
}

.section-tight {
    padding-top: 34px;
}

.showcase-card {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0e0e0e;
}

.showcase-left {
    background: linear-gradient(155deg, #8f000b, #560007);
    color: #fff;
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.showcase-badge {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.85);
}

.showcase-left h3 {
    margin: 12px 0 22px;
    font-size: 38px;
    line-height: 1.04;
}

.showcase-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.showcase-stats article {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    padding: 14px;
    background: rgba(0, 0, 0, 0.15);
}

.showcase-stats strong {
    display: block;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 8px;
}

.showcase-stats strong small {
    font-size: 22px;
}

.showcase-stats p {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.92);
}

.showcase-right {
    background: linear-gradient(130deg, #151515, #0e0e0e);
    color: #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 28px;
}

.showcase-right h3 {
    margin: 0 0 10px;
    font-size: 38px;
}

.showcase-right p {
    margin: 0;
    line-height: 1.75;
    color: #d0d0d0;
}

.showcase-right img {
    width: 150px;
    height: 150px;
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.section-head h2,
.section h2 {
    margin: 0;
    font-size: clamp(26px, 3.4vw, 44px);
    letter-spacing: -0.4px;
}

.inline-link {
    text-decoration: none;
    color: var(--black);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.inline-link.light {
    color: var(--offwhite);
}

.intro-band {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    background: linear-gradient(120deg, #171717, #0f0f0f);
    border: 1px solid #2c2c2c;
    color: #f4f4f4;
    padding: 32px;
    border-radius: calc(var(--radius-lg) + 2px);
}

.intro-band h2 {
    font-size: clamp(25px, 3.2vw, 42px);
}

.intro-band p {
    margin: 0;
    line-height: 1.8;
    color: #ccc;
}

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

.card {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 0 0 22px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.service-thumb {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.card.numbered span,
.card h3,
.card p {
    display: block;
    margin-left: 18px;
    margin-right: 18px;
}

.card.numbered span {
    font-size: 12px;
    color: var(--bronze);
    margin-top: 14px;
    margin-bottom: 8px;
}

.card h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 20px;
}

.card p {
    margin-top: 0;
    line-height: 1.6;
    color: #444;
}

.dark {
    background: var(--dark);
    color: var(--offwhite);
}

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

.project-card {
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

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

.project-card > div {
    padding: 16px;
}

.projects-auto {
    padding-top: 24px;
}

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

.portfolio-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

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

.portfolio-content {
    padding: 16px;
}

.portfolio-content h3 {
    margin: 0;
    font-size: 30px;
    letter-spacing: -0.4px;
}

.portfolio-subtitle {
    margin: 8px 0;
    color: #b22f2f;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
}

.portfolio-content p {
    margin: 0;
    color: #555;
    line-height: 1.6;
}

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

.stats-grid,
.process-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats-grid article,
.process-grid article {
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 20px;
    background: #fff;
    border-radius: var(--radius-md);
}

.stats-grid span,
.process-grid span {
    color: var(--bronze);
    font-size: 12px;
    letter-spacing: 1px;
}

.faq-section {
    background: linear-gradient(120deg, #171717, #111);
    color: #fff;
}

.faq-wrap {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 18px;
}

.faq-left {
    background: linear-gradient(155deg, #8f000b, #560007);
    border-radius: var(--radius-lg);
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.faq-left-logo-wrap {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.faq-left-logo {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.faq-left h2 {
    margin: 0;
    font-size: clamp(34px, 3.2vw, 52px);
    line-height: 0.95;
}

.faq-left-note {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
}

.faq-list {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.24);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.faq-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item:first-child {
    border-top: 0;
}

.faq-toggle {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.faq-icon {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    flex: 0 0 24px;
}

.faq-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.faq-icon i:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: opacity 0.2s ease;
}

.faq-item p {
    margin: 0;
    padding: 0 18px 18px;
    color: #cbcbcb;
    line-height: 1.65;
    display: none;
}

.faq-item.active p {
    display: block;
}

.faq-item.active .faq-icon i:last-child {
    opacity: 0;
}

.cta {
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    text-align: center;
}

.tick-list {
    list-style: none;
    padding-left: 0;
}

.tick-list li {
    margin: 10px 0;
    padding-left: 18px;
    position: relative;
}

.tick-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--bronze);
    position: absolute;
    left: 0;
    top: 9px;
}

.inner-hero {
    padding: 76px 0 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: linear-gradient(120deg, #f2efe8, #f7f5f0);
}

.inner-hero h1 {
    font-size: clamp(34px, 5vw, 56px);
    margin: 0 0 16px;
    letter-spacing: -0.8px;
}

.text-block {
    max-width: 900px;
}

.text-block p {
    margin: 0;
    line-height: 1.85;
    color: #333;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.filter-btn {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: var(--black);
    text-decoration: none;
    padding: 8px 14px;
    font-size: 12px;
}

.filter-btn.active {
    background: var(--black);
    color: var(--offwhite);
}

.contact-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1.1fr;
}

.contact-pro-section {
    padding-top: 38px;
}

.contact-pro-card {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.contact-pro-left {
    padding: 34px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(1px);
}

.contact-pro-badge {
    margin: 0 0 10px;
    color: #d9b273;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 11px;
}

.contact-pro-left h2 {
    margin: 0 0 12px;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 0.95;
    letter-spacing: -0.7px;
}

.contact-pro-left > p {
    color: #d3d3d3;
    line-height: 1.75;
}

.contact-pro-features {
    list-style: none;
    margin: 18px 0;
    padding: 0;
}

.contact-pro-features li {
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
    color: #f0f0f0;
}

.contact-pro-features li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #b22f2f;
    position: absolute;
    left: 0;
    top: 8px;
}

.contact-pro-meta p {
    margin: 4px 0;
    color: #bbbbbb;
    font-size: 13px;
}

.contact-pro-form-wrap {
    padding: 34px;
}

.contact-pro-form-wrap h2 {
    margin: 0;
    font-size: 38px;
}

.muted-light {
    color: #bdbdbd;
    margin: 8px 0 14px;
}

.contact-pro-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.contact-pro-form input,
.contact-pro-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.contact-pro-form input::placeholder,
.contact-pro-form textarea::placeholder {
    color: #929292;
}

.btn-submit-contact {
    width: 100%;
    background: linear-gradient(120deg, #8f000b, #b62424);
    border-color: #a22a2a;
    color: #fff;
}

.contact-info-cards-section {
    padding-top: 22px;
}

.contact-info-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.contact-mini-card {
    background: linear-gradient(135deg, #131313, #090909);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 18px;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.contact-mini-card h3 {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    color: #aaa;
}

.contact-mini-card strong {
    display: block;
    margin-top: 8px;
    font-size: 25px;
    letter-spacing: -0.4px;
}

.contact-mini-card p {
    margin: 8px 0 0;
    color: #9d9d9d;
    font-size: 13px;
}

.contact-map-section {
    padding-top: 18px;
}

.contact-map-block {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    padding: 24px;
    background-size: cover;
    background-position: center;
}

.contact-map-block h2 {
    margin: 0 0 16px;
    font-size: clamp(30px, 3vw, 44px);
}

.contact-map-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 16px;
}

.contact-map-frame {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    min-height: 300px;
}

.contact-map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-map-cards {
    display: grid;
    gap: 12px;
}

.contact-map-card {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.28);
    padding: 14px;
}

.contact-map-card h3 {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cbcbcb;
}

.contact-map-card p {
    margin: 7px 0 0;
    color: #fff;
    line-height: 1.6;
}

.social-follow-section {
    padding-top: 16px;
}

.social-follow-box {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    background: #fff;
    text-align: center;
    padding: 34px 18px;
}

.social-follow-box h2 {
    margin: 0;
    font-size: clamp(30px, 3vw, 44px);
}

.social-follow-box p {
    max-width: 700px;
    margin: 10px auto 0;
    color: #666;
}

.social-follow-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.social-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
    background: #101010;
    border: 1px solid #242424;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.social-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
}

.social-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.contact-info {
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    border-radius: var(--radius-lg);
}

.contact-form-wrap {
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    border-radius: var(--radius-lg);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 12px;
    margin-bottom: 10px;
    background: #fff;
}

.alert {
    padding: 10px 12px;
    margin: 0 0 12px;
    font-size: 14px;
}

.alert.success {
    background: rgba(22, 126, 72, 0.1);
    border: 1px solid rgba(22, 126, 72, 0.2);
}

.alert.error {
    background: rgba(182, 43, 43, 0.1);
    border: 1px solid rgba(182, 43, 43, 0.2);
}

.site-footer {
    background: linear-gradient(165deg, #0d0d0d, #050505);
    color: var(--offwhite);
    padding: 58px 0 0;
    border-top: 1px solid #1b1b1b;
}

.footer-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 2fr 1fr 1.2fr;
}

.footer-logo {
    width: 230px;
    max-width: 100%;
    margin-bottom: 12px;
}

.site-footer h4 {
    margin-top: 0;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer li {
    margin-bottom: 8px;
}

.site-footer a {
    color: #e9e9e9;
    text-decoration: none;
}

.footer-bottom {
    margin-top: 24px;
    border-top: 1px solid var(--line);
    padding: 16px 0;
}

@media (max-width: 1080px) {
    .hero-grid {
        gap: 22px;
        padding-bottom: 90px;
    }

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

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

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

    .stats-grid,
    .process-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid,
    .contact-grid,
    .intro-band,
    .faq-wrap {
        grid-template-columns: 1fr;
    }

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

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

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

    .showcase-card {
        grid-template-columns: 1fr;
    }

    .showcase-right {
        grid-template-columns: 1fr;
    }

    .hero-strip {
        grid-template-columns: 1fr 1fr;
    }

    .hero-nav {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 760px) {
    .menu-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        top: 92px;
        left: 4%;
        right: 4%;
        background: rgba(8, 8, 8, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.1);
        display: none;
        flex-direction: column;
        padding: 14px;
        border-radius: 16px;
    }

    .site-nav.open {
        display: flex;
    }

    .card-grid,
    .portfolio-grid,
    .project-grid,
    .stats-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .showcase-stats {
        grid-template-columns: 1fr;
    }

    .showcase-left h3,
    .showcase-right h3 {
        font-size: 28px;
    }

    .showcase-right img {
        width: 110px;
        height: 110px;
    }

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

    .contact-pro-left,
    .contact-pro-form-wrap {
        padding: 22px;
    }

    .contact-map-frame {
        min-height: 220px;
    }

    .hero-grid {
        padding: 84px 0 52px;
    }

    .hero-content {
        width: 100%;
        max-width: none;
        padding: 14px;
    }

    .hero-frame {
        min-height: 100vh;
        border-radius: 0 0 18px 18px;
    }

    .hero-strip {
        grid-template-columns: 1fr;
        position: static;
    }

    .hero-strip span {
        border-right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.09);
    }

    .hero-strip span:first-child {
        border-top: 0;
    }

    .hero-dots {
        left: 16px;
        bottom: 16px;
    }

    .hero-nav {
        top: auto;
        bottom: 14px;
        transform: none;
    }

    .hero-nav.prev {
        left: auto;
        right: 64px;
    }

    .hero-nav.next {
        right: 16px;
    }

    .brand-text-wrap small {
        display: none;
    }
}
