/*
Theme Name: Mak Mebel
Theme URI: https://makmebel.asuperstition.bg/
Description: Custom theme for Mak Mebel - Modern asymmetric design
Version: 4.4.0
Author: Mak Mebel
Text Domain: makmebel
*/

:root {
    --bg-dark: #0a0a0a;
    --bg-cream: #f8f6f3;
    --text-dark: #1a1a1a;
    --text-light: #787878;
    --text-white: #ffffff;
    --accent: #ff5555;
    --accent-gradient: linear-gradient(135deg, #ff5555, #ff8c42);
    --accent-dark: #c4a47c;
    --border: #e5e3e0;
}

/* Reset */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 140px;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-dark);
    background: var(--bg-cream);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
    list-style: none;
}

/* =====================================================
   HEADER - Minimal Floating
   ===================================================== */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1rem 3rem;
    transition: padding 0.4s ease;
}

.site-header.is-scrolled {
    padding: 0.75rem 3rem;
    background: rgba(248, 246, 243, 0.95);
    backdrop-filter: blur(20px);
}

.site-header.is-scrolled .main-nav a {
    color: var(--text-dark);
}

.site-header.is-scrolled .main-nav a::after {
    background: var(--accent-gradient);
}

.header-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1800px;
    margin: 0 auto;
}

.site-logo {
    z-index: 1001;
}

.site-logo img {
    height: 100px;
    width: auto;
}

.main-nav {
    display: flex;
    align-items: center;
}

.main-nav ul {
    display: flex;
    gap: 3rem;
}

.main-nav a {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--text-dark);
    position: relative;
    padding: 0.5rem 0;
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--text-white);
    transition: width 0.3s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
    width: 100%;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.menu-toggle span {
    width: 28px;
    height: 2px;
    background: var(--text-dark);
    transition: all 0.3s ease;
}

.menu-toggle.is-active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 998;
}

.mobile-menu-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

/* =====================================================
   HERO - Asymmetric Full Screen
   ===================================================== */

.hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.2) 100%);
}

.hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 3rem;
    align-items: center;
}

.hero-left {
    padding-right: 4rem;
}

.hero-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--text-white);
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-title {
    font-weight: 500;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
    color: var(--text-white);
}

.hero-title-line {
    display: block;
    overflow: hidden;
}

.hero-title-main {
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 500;
}

.hero-right {
    padding-left: 2rem;
    color: var(--text-white);
}

.hero-text {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.9;
    margin-bottom: 2.5rem;
    max-width: 400px;
}

.hero-link {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: var(--text-white);
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 0.5rem;
    transition: border-color 0.3s ease;
}

.hero-link:hover {
    border-color: var(--text-white);
}

.hero-link svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.5;
    fill: none;
}

.hero-scroll {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    z-index: 10;
    color: var(--text-white);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    opacity: 0.6;
}

/* Hero navigation - White color on hero */
.site-header .main-nav a {
    color: rgba(255, 255, 255, 0.9);
}

.site-header .main-nav a::after {
    background: var(--text-white);
}

/* Nav CTA Button */
.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 2rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--text-white);
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    margin-left: 2rem;
    z-index: 1001;
}

.nav-cta svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 1.5;
    fill: none;
    transition: transform 0.3s ease;
}

.nav-cta:hover {
    background: var(--text-white);
    color: var(--bg-dark);
}

.nav-cta:hover svg {
    transform: translateX(3px);
}

.site-header.is-scrolled .nav-cta {
    border-color: var(--text-dark);
    color: var(--text-dark);
}

.site-header.is-scrolled .nav-cta:hover {
    background: var(--text-dark);
    color: var(--text-white);
}

/* Vignette overlay for hero */
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}

/* =====================================================
   MARQUEE - Scrolling Text
   ===================================================== */

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    background: var(--bg-dark);
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.marquee-track {
    display: flex;
    white-space: nowrap;
    animation: scroll-left 30s linear infinite;
}

.marquee-track.marquee-track-reverse {
    animation: scroll-right 30s linear infinite;
}

.marquee-track span {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.9);
    padding-right: 4rem;
}

@keyframes scroll-left {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes scroll-right {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

/* =====================================================
   STATEMENT - Floating Text
   ===================================================== */

.statement-section {
    padding: 6rem 3rem;
    background: var(--bg-dark);
    color: var(--text-white);
    overflow: hidden;
}

.statement-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.statement-text {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 500;
    line-height: 1.4;
    max-width: 900px;
}

/* =====================================================
   SHOWCASE - Asymmetric Grid
   ===================================================== */

.showcase-section {
    padding: 6rem 3rem;
    background: var(--bg-cream);
}

.showcase-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.showcase-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
    max-width: 1600px;
    margin: 0 auto 4rem;
}

.showcase-item {
    grid-column: span 4;
}

.showcase-item-1 {
    grid-column: 1 / 6;
    grid-row: span 2;
}

.showcase-item-2 {
    grid-column: 6 / 10;
}

.showcase-item-3 {
    grid-column: 10 / 13;
}

.showcase-item-4 {
    grid-column: 6 / 9;
}

.showcase-item-5 {
    grid-column: 9 / 13;
}

.showcase-item-6 {
    grid-column: 1 / 5;
    grid-row: span 1;
}

.showcase-card {
    display: block;
    position: relative;
}

.showcase-image {
    position: relative;
    overflow: hidden;
    background: #eee;
}

.showcase-image img {
    width: 100%;
    aspect-ratio: 4/5;
    transition: transform 0.6s ease;
}

.showcase-item-1 .showcase-image img {
    aspect-ratio: 3/4;
}

.showcase-item-2 .showcase-image img,
.showcase-item-3 .showcase-image img {
    aspect-ratio: 1/1;
}

.showcase-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.showcase-card:hover .showcase-image img {
    transform: scale(1.05);
}

.showcase-card:hover .showcase-overlay {
    opacity: 1;
}

.showcase-info {
    margin-top: 1rem;
}

.showcase-info span {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--text-light);
}

.showcase-info h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 0.25rem;
}

.showcase-more {
    text-align: center;
}

.more-link {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-dark);
    border-bottom: 1px solid var(--text-dark);
    padding-bottom: 0.5rem;
}

.more-link svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 1.5;
    fill: none;
    transition: transform 0.3s ease;
}

.more-link:hover svg {
    transform: translateX(5px);
}

/* =====================================================
   PROJECTS GRID - Simpler Grid for Archive
   ===================================================== */

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.project-item {
    display: contents;
}

.project-card {
    display: block;
    position: relative;
}

.project-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: #eee;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-info {
    margin-top: 1rem;
}

.project-info span {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--text-light);
}

.project-info h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.25rem;
}

/* =====================================================
   MASONRY GRID - Asymmetric Layout
   ===================================================== */

.masonry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    grid-auto-flow: dense;
}

.masonry-item {
    grid-column: span 1;
    grid-row: span 1;
}

.masonry-item-large {
    grid-column: span 2;
    grid-row: span 2;
}

.masonry-item-wide {
    grid-column: span 2;
    grid-row: span 1;
}

.masonry-item-normal {
    grid-column: span 1;
    grid-row: span 1;
}

.masonry-card {
    display: block;
    position: relative;
    height: 100%;
}

.masonry-image {
    position: relative;
    overflow: hidden;
    background: #eee;
    height: 100%;
}

.masonry-item-normal .masonry-image {
    aspect-ratio: 4/5;
}

.masonry-item-large .masonry-image {
    aspect-ratio: 1/1;
}

.masonry-item-wide .masonry-image {
    aspect-ratio: 16/9;
}

.masonry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.masonry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.masonry-card:hover .masonry-image img {
    transform: scale(1.05);
}

.masonry-card:hover .masonry-overlay {
    opacity: 1;
}

.masonry-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 2;
}

.masonry-info span {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255,255,255,0.8);
}

.masonry-info h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 0.25rem;
    color: var(--text-white);
}

/* =====================================================
   STATS - Horizontal Bar
   ===================================================== */

.stats-section {
    padding: 4rem 0;
    background: var(--bg-dark);
    color: var(--text-white);
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.stats-track {
    display: flex;
    justify-content: space-around;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 500;
    line-height: 1;
}

.stat-text {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    opacity: 0.6;
    margin-top: 0.5rem;
}

/* =====================================================
   ABOUT - Asymmetric Split with Floating Image
   ===================================================== */

.about-section {
    padding: 8rem 3rem;
    background: var(--bg-cream);
}

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 6rem;
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
}

.about-visual {
    position: relative;
}

.about-image-main {
    position: relative;
}

.about-image-main img {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 3/4;
}

.about-image-float {
    position: absolute;
    bottom: -3rem;
    right: -3rem;
    width: 60%;
}

.about-image-float img {
    width: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.about-label,
.services-label,
.showcase-label {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-bottom: 1.5rem;
}

.about-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.about-text p {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.about-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-dark);
    margin-top: 1rem;
}

.about-link svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 1.5;
    fill: none;
    transition: transform 0.3s ease;
}

.about-link:hover svg {
    transform: translateX(5px);
}

/* =====================================================
   SERVICES - Clean List Style
   ===================================================== */

.services-section {
    padding: 6rem 3rem;
    background: var(--text-white);
}

.services-header {
    max-width: 1400px;
    margin: 0 auto 4rem;
}

.services-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 500;
}

.services-list {
    max-width: 1000px;
    margin: 0 auto;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 2rem 0;
    border-bottom: 1px solid var(--border);
    transition: all 0.3s ease;
}

.service-item:hover {
    padding-left: 1rem;
}

.service-number {
    font-size: 0.8rem;
    font-weight: 600;
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    min-width: 40px;
}

.service-content {
    flex: 1;
}

.service-content h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.service-content p {
    font-size: 0.9rem;
    color: var(--text-light);
}

.service-arrow {
    width: 24px;
    height: 24px;
    stroke: var(--text-light);
    stroke-width: 1.5;
    fill: none;
    transition: all 0.3s ease;
}

.service-item:hover .service-arrow {
    stroke: var(--text-dark);
    transform: translateX(5px);
}

/* =====================================================
   CTA - Full Width Dark
   ===================================================== */

.cta-section {
    padding: 8rem 3rem;
    background: var(--bg-dark);
    color: var(--text-white);
    text-align: center;
}

.cta-inner {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 500;
    margin-bottom: 1rem;
}

.cta-text {
    font-size: 1.1rem;
    opacity: 0.7;
    margin-bottom: 2.5rem;
}

.cta-link {
    display: inline-block;
    padding: 1.25rem 3rem;
    background: var(--text-white);
    color: var(--bg-dark);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

.cta-link:hover {
    background: var(--accent-gradient);
    color: var(--text-white);
}

/* =====================================================
   FOOTER - Minimal
   ===================================================== */

.site-footer {
    padding: 4rem 3rem 2rem;
    background: var(--bg-dark);
    color: var(--text-white);
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto 3rem;
}

.footer-logo img {
    height: 60px;
    width: auto;
    opacity: 0.8;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    font-size: 0.8rem;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
}

.footer-bottom {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.75rem;
    opacity: 0.5;
}

/* =====================================================
   PAGE HERO
   ===================================================== */

.page-hero {
    position: relative;
    height: 50vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.page-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
    color: var(--text-white);
}

.page-hero-overline {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    opacity: 0.8;
    display: block;
    margin-bottom: 1rem;
}

.page-hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 500;
}

/* =====================================================
   CONTACT SECTION
   ===================================================== */

.contact-section {
    padding: 6rem 3rem;
    background: var(--bg-cream);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.contact-info-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-info-item h4 {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.25rem;
}

.contact-info-item p {
    font-size: 0.95rem;
    color: var(--text-light);
}

.contact-form-wrap h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group label {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 1rem;
    border: 1px solid var(--border);
    font-family: inherit;
    font-size: 0.95rem;
    background: var(--text-white);
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--accent);
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: var(--text-dark);
    color: var(--text-white);
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: var(--accent-gradient);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1200px) {
    .showcase-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .showcase-item-1 {
        grid-column: 1 / 5;
        grid-row: span 1;
    }

    .showcase-item-2 {
        grid-column: 5 / 7;
    }

    .showcase-item-3 {
        grid-column: 1 / 3;
    }

    .showcase-item-4 {
        grid-column: 3 / 5;
    }

    .showcase-item-5 {
        grid-column: 5 / 7;
    }

    .showcase-item-6 {
        grid-column: 1 / 4;
    }
}

@media (max-width: 768px) {
    .site-header {
        padding: 1rem 1.5rem;
    }

    .site-header.is-scrolled {
        padding: 1rem 1.5rem;
    }

    .header-inner {
        padding: 0;
    }

    .menu-toggle {
        display: flex;
    }

    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 320px;
        height: 100vh;
        background: var(--text-white);
        padding: 6rem 2rem 2rem;
        transition: right 0.4s ease;
        box-shadow: -10px 0 40px rgba(0,0,0,0.1);
    }

    .main-nav.is-open {
        right: 0;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 0;
    }

    .main-nav a {
        display: block;
        padding: 1rem 0;
        font-size: 0.9rem;
    }

    .main-nav a::after {
        display: none;
    }

    .nav-cta {
        display: none;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1.5rem;
    }

    .hero-left {
        padding-right: 0;
    }

    .hero-right {
        padding-left: 0;
    }

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

    .hero-scroll {
        left: 1.5rem;
        bottom: 2rem;
    }

    .showcase-section,
    .statement-section,
    .about-section,
    .services-section,
    .cta-section,
    .contact-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

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

    .showcase-item {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }

    .showcase-image img {
        aspect-ratio: 4/5 !important;
    }

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

    .masonry-item-large,
    .masonry-item-wide {
        grid-column: span 2;
        grid-row: span 1;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-image-float {
        position: relative;
        bottom: 0;
        right: 0;
        width: 70%;
        margin-top: -2rem;
        margin-left: auto;
    }

    .about-image-main {
        max-width: 100%;
    }

    .stats-track {
        flex-wrap: wrap;
        gap: 2rem;
    }

    .stat-item {
        flex: 1 1 calc(50% - 1rem);
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .footer-inner {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    .service-item {
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-title-main {
        font-size: 2.5rem;
    }

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

    .showcase-item {
        grid-column: span 1 !important;
    }

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

    .masonry-item-large,
    .masonry-item-wide,
    .masonry-item-normal {
        grid-column: span 1;
        grid-row: span 1;
    }

    .masonry-item-normal .masonry-image {
        aspect-ratio: 4/5 !important;
    }

    .masonry-item-large .masonry-image,
    .masonry-item-wide .masonry-image {
        aspect-ratio: 4/5 !important;
    }

    .stat-item {
        flex: 1 1 100%;
    }

    .service-item:hover {
        padding-left: 0;
    }
}

/* =====================================================
   UTILITIES
   ===================================================== */

.text-center {
    text-align: center;
}

::selection {
    background: var(--accent);
    background: var(--accent-gradient);
    color: var(--text-white);
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--bg-cream);
}

::-webkit-scrollbar-thumb {
    background: var(--text-light);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--text-dark);
}
