/* ============================================================
   2M İnşaat Malzemeleri — Global Stylesheet (Light Theme)
   ============================================================ */
@font-face {
    font-family: acedigate;
    src: url('fonts/acedigate.ttf');
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --gold:        #b8943a;
    --gold-light:  #d4aa55;
    --gold-dark:   #8a6e2a;
    --gold-faint:  #f7f0e0;

    --bg:          #faf8f4;
    --bg-2:        #f3f0e8;
    --bg-3:        #ece8de;
    --bg-4:        #e4dfd3;

    --ink:         #1a1814;
    --ink-2:       #2e2b25;
    --ink-3:       #4a4640;

    --mid:         #7a7570;
    --mid-light:   #a09890;

    --border:      rgba(184,148,58,0.18);
    --border-soft: rgba(184,148,58,0.10);

    --white:       #ffffff;
    --transition:  cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; }

body {
    font-family: "Montserrat", sans-serif;
    background: var(--bg);
    color: var(--ink);
    overflow-x: hidden;
    cursor: none;
}

body::before {
    content: "";
    position: fixed; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
    pointer-events: none; z-index: 9997; opacity: 0.6;
}

/* CURSOR */
.cursor {
    position: fixed; width: 8px; height: 8px;
    background: var(--gold); border-radius: 50%;
    pointer-events: none; z-index: 9999;
    transform: translate(-50%, -50%); transition: transform 0.1s ease;
}
.cursor-ring {
    position: fixed; width: 36px; height: 36px;
    border: 1px solid rgba(184,148,58,0.45); border-radius: 50%;
    pointer-events: none; z-index: 9998;
    transform: translate(-50%, -50%); transition: all 0.15s ease;
}

/* NAVBAR */
nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 500;
    padding: 28px 60px; display: flex; align-items: center;
    justify-content: space-between; transition: all 0.5s ease;
}
nav.scrolled {
    background: rgba(250,248,244,0.96);
    backdrop-filter: blur(20px); padding: 18px 60px;
    border-bottom: 1px solid rgba(184,148,58,0.10);
    box-shadow: 0 4px 40px rgba(26,24,20,0.06);
}
.nav-logo { display: flex; align-items: center; gap: 16px; text-decoration: none; }
.nav-logo img { height: 44px; width: auto; }
.nav-logo-text { display: flex; flex-direction: column; }
.nav-logo-text .main {
    font-family:  serif;
    font-size: 20px; font-weight: 600; color: var(--ink); letter-spacing: 2px;
}
.nav-logo-text .sub {
    font-size: 7.5px; font-weight: 400; color: var(--gold);
    letter-spacing: 4px; text-transform: uppercase;
}
.nav-links { display: flex; gap: 36px; align-items: center; list-style: none; }
.nav-links a {
    font-size: 9.5px; font-weight: 500; letter-spacing: 3px;
    text-transform: uppercase; color: var(--ink-3); text-decoration: none;
    position: relative; transition: color 0.3s;
}
.nav-links a::after {
    content: ""; position: absolute; bottom: -4px; left: 0;
    width: 0; height: 1px; background: var(--gold); transition: width 0.4s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links a.active::after, .nav-links a:hover::after { width: 100%; }
.nav-cta {
    font-size: 8.5px; letter-spacing: 3px; text-transform: uppercase;
    padding: 11px 26px; border: 1.5px solid var(--gold);
    color: var(--gold) !important; text-decoration: none; transition: all 0.3s ease;
}
.nav-cta:hover { background: var(--gold); color: var(--white) !important; }
.nav-cta::after { display: none !important; }

.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: none; padding: 4px; }
.nav-hamburger span { display: block; width: 26px; height: 1.5px; background: var(--gold); transition: all 0.3s ease; }
.nav-mobile {
    display: none; position: fixed; inset: 0; background: var(--bg);
    z-index: 490; flex-direction: column; align-items: center; justify-content: center; gap: 36px;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
    font-family:  serif; font-size: 36px; font-weight: 300;
    color: var(--ink); text-decoration: none; letter-spacing: 2px; transition: color 0.3s;
}
.nav-mobile a:hover, .nav-mobile a.active { color: var(--gold); }
.nav-mobile-close {
    position: absolute; top: 28px; right: 32px;
    font-size: 28px; color: var(--mid); cursor: none; transition: color 0.3s;
}
.nav-mobile-close:hover { color: var(--gold); }

/* PAGE HERO */
.page-hero {
    height: 360px; display: flex; align-items: flex-end;
    position: relative; overflow: hidden; padding: 60px 60px;
    border-bottom: 1px solid rgba(184,148,58,0.10); background: var(--bg-2);
}
.page-hero-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 60% 80% at 0% 100%, rgba(184,148,58,0.07) 0%, transparent 60%),
        radial-gradient(ellipse 40% 60% at 100% 0%, rgba(184,148,58,0.04) 0%, transparent 60%);
}
.page-hero-lines {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(184,148,58,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(184,148,58,0.06) 1px, transparent 1px);
    background-size: 80px 80px;
}
.page-hero-content { position: relative; z-index: 2; }
.page-breadcrumb {
    font-size: 8px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold);
    display: flex; align-items: center; gap: 12px; margin-bottom: 24px;
}
.page-breadcrumb a { color: var(--mid); text-decoration: none; transition: color 0.3s; }
.page-breadcrumb a:hover { color: var(--gold); }
.page-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(42px, 6vw, 78px); font-weight: 300;
    line-height: 1; letter-spacing: -1px; color: var(--ink);
}
.page-title em { font-style: italic; color: var(--gold); }

/* SECTIONS */
section { padding: 100px 60px; }
.section-inner { max-width: 1360px; margin: 0 auto; }
.section-tag {
    font-size: 8px; letter-spacing: 5px; text-transform: uppercase; color: var(--gold);
    display: flex; align-items: center; gap: 16px; margin-bottom: 24px;
}
.section-tag::before { content: ""; display: block; width: 40px; height: 1px; background: var(--gold); }
.section-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 5vw, 64px); font-weight: 300;
    line-height: 1.05; letter-spacing: -1px; color: var(--ink);
}
.section-title em { font-style: italic; color: var(--gold); }

/* BUTTONS */
.btn-primary {
    display: inline-block; padding: 17px 46px; background: var(--gold);
    color: var(--white); font-size: 8.5px; font-weight: 600; letter-spacing: 4px;
    text-transform: uppercase; text-decoration: none; transition: all 0.3s ease;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-outline {
    display: inline-block; padding: 17px 46px;
    border: 1.5px solid rgba(184,148,58,0.3); color: var(--gold);
    font-size: 8.5px; font-weight: 500; letter-spacing: 4px;
    text-transform: uppercase; text-decoration: none; transition: all 0.3s ease;
}
.btn-outline:hover { border-color: var(--gold); background: var(--gold-faint); }

.gold-line { width: 60px; height: 1px; background: var(--gold); margin: 32px 0; }

/* REVEAL */
.reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.85s var(--transition), transform 0.85s var(--transition);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* STATS STRIP */
.stats-strip {
    background: var(--ink); padding: 48px 60px;
    display: grid; grid-template-columns: repeat(4, 1fr);
}
.stat-item { text-align: center; padding: 20px; border-right: 1px solid rgba(255,255,255,0.08); }
.stat-item:last-child { border-right: none; }
.stat-num {
    font-family: "Cormorant Garamond", serif;
    font-size: 52px; font-weight: 300; color: var(--gold); line-height: 1; display: block;
}
.stat-label {
    font-size: 8px; letter-spacing: 4px; text-transform: uppercase;
    color: rgba(255,255,255,0.4); margin-top: 8px; display: block;
}

/* FORMS */
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 8px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.form-group input, .form-group textarea, .form-group select {
    background: var(--white); border: 1.5px solid var(--bg-4); color: var(--ink);
    padding: 15px 20px; font-family: "Montserrat", sans-serif;
    font-size: 13px; font-weight: 300; outline: none;
    transition: border-color 0.3s; -webkit-appearance: none;
}
.form-group select option { background: var(--white); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-submit {
    padding: 17px 46px; background: var(--gold); color: var(--white); border: none;
    font-family: "Montserrat", sans-serif; font-size: 8.5px; font-weight: 600;
    letter-spacing: 4px; text-transform: uppercase; cursor: none;
    transition: all 0.3s ease; align-self: flex-start;
}
.form-submit:hover { background: var(--gold-light); transform: translateY(-2px); }

/* FOOTER */
footer { background: var(--ink-2); color: var(--white); padding: 80px 60px 40px; }
.footer-top {
    max-width: 1360px; margin: 0 auto 60px;
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px;
}
.footer-brand img { height: 75px; filter: brightness(0) invert(1); margin-bottom: 24px; display: block; }
.footer-brand p { font-size: 12px; color: rgba(255,255,255,0.38); font-weight: 300; line-height: 1.9; max-width: 300px; }
.footer-col h4 { font-size: 8px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.footer-col ul li a { font-size: 12px; color: rgba(255,255,255,0.38); text-decoration: none; font-weight: 300; transition: color 0.3s; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom {
    max-width: 1360px; margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.07); padding-top: 32px;
    display: flex; justify-content: space-between; align-items: center;
}
.footer-bottom p { font-size: 11px; color: rgba(255,255,255,0.28); font-weight: 300; }
.footer-bottom span { color: var(--gold); }
.footer-tagline { font-size: 9px; color: rgba(255,255,255,0.18); letter-spacing: 4px; text-transform: uppercase; }

/* RESPONSIVE */
@media (max-width: 1100px) {
    nav, nav.scrolled { padding: 22px 32px; }
    section { padding: 80px 32px; }
    .stats-strip { padding: 40px 32px; }
    footer { padding: 60px 32px 32px; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
    .nav-links { display: none; }
    .nav-hamburger { display: flex; }
    .page-hero { padding: 60px 32px; }
}
@media (max-width: 640px) {
    .stats-strip { grid-template-columns: 1fr 1fr; }
    .footer-top { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    body { cursor: auto; }
    .cursor, .cursor-ring { display: none; }
}

.sign a{
    font-family: acedigate;
    color:var(--gold-light);
    text-transform: lowercase;
    text-decoration: none;
    letter-spacing: 0;
    font-size:1rem;
    transition: .3s;
}
.sign a:hover{
    font-family: acedigate;
    color:var(--gold-light);
    filter:drop-shadow(0 2px 1px var(--gold-dark));
    text-transform: lowercase;
    text-decoration: none;
    letter-spacing: 0.3px;
    font-size:1rem;
}
