:root{
    --bg:#090909;
    --panel:#111214;
    --panel2:#171717;
    --gold:#d9a63a;
    --gold2:#b9821b;
    --text:#f5f2eb;
    --muted:#b7b1a7;
    --line:rgba(217,166,58,.38);
    --max:1440px;
}

*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    background:var(--bg);
    color:var(--text);
    font-family:Arial,Helvetica,sans-serif;
}

a{
    color:inherit;
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

.container{
    width:min(var(--max),calc(100% - 72px));
    margin:0 auto;
}

/* ================= HEADER ================= */

.site-header{
    position:relative;
    z-index:100;
    background:#090909;
    border-bottom:1px solid var(--line);
}

.header-inner{
    min-height:78px;
    display:flex;
    align-items:center;
    gap:24px;
}

.brand{
    display:flex;
    align-items:center;
    flex:0 0 auto;
}

.brand img{
    width:235px;
    height:auto;
    object-fit:contain;
}

.main-nav{
    display:flex;
    align-items:center;
    gap:26px;
    margin-left:auto;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.main-nav>a,
.nav-link{
    color:var(--gold);
    opacity:1;
}

.main-nav>a:hover,
.nav-link:hover{
    color:#efbb55;
}

.nav-dropdown{
    position:relative;
}

.nav-link{
    display:inline-flex;
    align-items:center;
    gap:4px;
    background:none;
    border:0;
    font:inherit;
    padding:0;
    cursor:default;
}

.nav-drop-label{
    cursor:default;
}

.dropdown-menu{
    position:absolute;
    z-index:120;
    top:100%;
    left:-14px;
    min-width:220px;
    background:#111;
    border:1px solid var(--line);
    display:none;
    flex-direction:column;
    box-shadow:0 18px 40px rgba(0,0,0,.55);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown.open .dropdown-menu{
    display:flex;
}

.dropdown-menu a{
    padding:12px 15px;
    border-bottom:1px solid #252525;
    font-size:12px;
    color:#fff;
    background:#111;
}

.dropdown-menu a:hover{
    background:#1a1a1a;
    color:var(--gold);
}

.header-actions{
    display:flex;
    align-items:center;
    gap:18px;
    margin-left:8px;
}

.phone-link{
    display:flex;
    flex-direction:column;
    gap:2px;
    text-align:right;
    font-size:13px;
}

.phone-link small{
    font-size:10px;
    color:#aaa;
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 28px;
    border:1px solid transparent;
    font-weight:800;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:.03em;
    cursor:pointer;
    transition:.2s ease;
}

.btn-gold{
    background:var(--gold);
    color:#090909;
    border-color:var(--gold);
}

.btn-gold:hover{
    background:#efbb55;
    color:#090909;
}

.btn-outline-gold{
    border-color:var(--gold);
    color:var(--gold);
    background:#0a0a0a;
}

.btn-outline-gold:hover{
    background:var(--gold);
    color:#0a0a0a;
}

.nav-toggle{
    display:none;
    background:none;
    color:#fff;
    border:0;
    font-size:26px;
    line-height:1;
    padding:8px;
    cursor:pointer;
    z-index:130;
}

/* ================= HERO ================= */

.hero-reference{
    position:relative;
    min-height:505px;
    overflow:hidden;
    background:#050505;
    border-bottom:1px solid var(--line);
}

.hero-reference-bg{
    position:absolute;
    inset:0;
    background-image:url('../hero-house-wide.jpg');
    background-size:auto 100%;
    background-position:right center;
    background-repeat:no-repeat;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.97) 0%,
        rgba(0,0,0,.78) 26%,
        rgba(0,0,0,.30) 53%,
        rgba(0,0,0,.05) 100%
    );
}

.hero-content{
    position:relative;
    z-index:2;
    min-height:505px;
    display:flex;
    align-items:center;
}

.hero-copy{
    width:min(620px,52%);
    padding:50px 0;
}

.hero-eyebrow{
    display:block;
    color:var(--gold);
    font-size:12px;
    letter-spacing:.18em;
    font-weight:800;
    margin-bottom:14px;
}

.hero-copy h1{
    font-family:Georgia,'Times New Roman',serif;
    font-size:72px;
    line-height:.98;
    font-weight:500;
    margin:0;
    color:#fff;
    letter-spacing:.02em;
}

.hero-copy h2{
    font-family:Georgia,'Times New Roman',serif;
    font-size:34px;
    line-height:1.1;
    font-weight:500;
    color:var(--gold);
    margin:10px 0 22px;
}

.hero-lead{
    font-size:21px;
    line-height:1.35;
    letter-spacing:.05em;
    margin:0 0 18px;
}

.hero-services{
    font-size:14px;
    font-weight:700;
    letter-spacing:.05em;
    color:#eee;
    margin:0 0 24px;
}

.hero-services i{
    font-style:normal;
    color:var(--gold);
    padding:0 7px;
}

.hero-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.hero-location{
    position:absolute;
    z-index:3;
    right:6%;
    bottom:28px;
    background:rgba(8,8,8,.86);
    border:1px solid rgba(217,166,58,.7);
    padding:14px 18px;
    display:flex;
    flex-direction:column;
    gap:4px;
    min-width:320px;
}

.hero-location strong{
    font-size:14px;
    letter-spacing:.05em;
}

.hero-location span{
    font-size:11px;
    color:#d0c8ba;
}

/* ================= SERVICES STRIP ================= */

.services-strip{
    background:linear-gradient(180deg,#151515,#101010);
    border-bottom:1px solid var(--line);
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.service-strip-card{
    display:flex;
    gap:16px;
    align-items:flex-start;
    padding:28px 28px;
    min-height:132px;
    border-left:1px solid rgba(217,166,58,.22);
    color:#f2f0eb!important;
    background:#111;
    transition:.2s ease;
}

.service-strip-card:first-child{
    border-left:0;
}

.service-strip-card:hover,
.service-strip-card:focus{
    background:#1a1a1a;
    color:#fff!important;
    transform:translateY(-2px);
    box-shadow:0 12px 24px rgba(0,0,0,.25);
}

.service-strip-card strong{
    display:block;
    color:#fff!important;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:.06em;
    margin-bottom:8px;
}

.service-strip-card p{
    margin:0;
    color:#c4beb4!important;
    font-size:12px;
    line-height:1.65;
}

.service-icon{
    width:74px;
    height:74px;
    flex:0 0 74px;
    border:1px solid rgba(217,166,58,.8);
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(
        180deg,
        rgba(217,166,58,.07),
        rgba(0,0,0,.06)
    );
    box-shadow:inset 0 0 0 1px rgba(217,166,58,.05);
}

.service-icon img{
    width:70px;
    height:70px;
    display:block;
    object-fit:contain;
    transition:transform .2s ease,filter .2s ease;
}

.service-strip-card:hover .service-icon img,
.service-strip-card:focus .service-icon img{
    transform:scale(1.06);
    filter:drop-shadow(0 0 6px rgba(217,166,58,.18));
}

/* ================= WORK ================= */

.work-section{
    padding:78px 0;
    background:#0d0d0e;
    border-bottom:1px solid var(--line);
}

.work-layout{
    display:grid;
    grid-template-columns:330px 1fr;
    gap:55px;
    align-items:center;
}

.eyebrow{
    font-size:11px;
    color:var(--gold);
    font-weight:800;
    letter-spacing:.2em;
    text-transform:uppercase;
}

.work-intro h2,
.about-section h2{
    font-family:Georgia,'Times New Roman',serif;
    font-size:42px;
    line-height:1.06;
    margin:12px 0 18px;
    font-weight:500;
}

.work-intro p{
    color:#bcb6ac;
    font-size:14px;
    line-height:1.7;
    margin-bottom:26px;
}

.project-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}

.project-card{
    position:relative;
    height:285px;
    overflow:hidden;
    border:1px solid rgba(217,166,58,.55);
    background:#111;
}

.project-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.project-card:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        180deg,
        transparent 45%,
        rgba(0,0,0,.92) 100%
    );
}

.project-caption{
    position:absolute;
    left:15px;
    right:15px;
    bottom:14px;
    z-index:2;
    display:flex;
    flex-direction:column;
    gap:3px;
}

.project-caption span{
    color:var(--gold);
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:.05em;
}

.project-caption strong{
    font-size:14px;
}

/* ================= SERVICES OVERVIEW ================= */

.services-overview{
    padding:78px 0 84px;
    background:linear-gradient(180deg,#101010,#0b0b0c);
    border-bottom:1px solid var(--line);
}

.service-overview-head{
    max-width:760px;
    margin:0 auto 34px;
    text-align:center;
}

.service-overview-head h2{
    font-family:Georgia,'Times New Roman',serif;
    font-size:42px;
    font-weight:500;
    margin:10px 0 12px;
}

.service-overview-head p{
    color:#bdb6aa;
    line-height:1.7;
    font-size:14px;
    margin:0;
}

.service-detail-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.service-detail-card{
    background:#121212;
    border:1px solid rgba(217,166,58,.28);
    overflow:hidden;
    min-width:0;
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.service-detail-card:hover{
    transform:translateY(-4px);
    border-color:rgba(217,166,58,.68);
    box-shadow:0 16px 32px rgba(0,0,0,.35);
}

.service-detail-image{
    height:210px;
    background:#151515;
    overflow:hidden;
}

.service-detail-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .35s ease;
}

.service-detail-card:hover .service-detail-image img{
    transform:scale(1.04);
}

.service-detail-body{
    padding:22px 22px 24px;
}

.service-detail-body h3{
    font-family:Georgia,'Times New Roman',serif;
    font-size:25px;
    font-weight:500;
    margin:7px 0 12px;
    color:#fff;
}

.service-detail-body p{
    font-size:13px;
    line-height:1.7;
    color:#c4beb4;
    min-height:88px;
    margin:0 0 17px;
}

.service-learn-more{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--gold)!important;
    font-weight:800;
    font-size:12px;
    letter-spacing:.04em;
}

.service-learn-more span{
    font-size:16px;
    transition:transform .2s ease;
}

.service-learn-more:hover span{
    transform:translateX(4px);
}

/* ================= STATS ================= */

.stats-section{
    position:relative;
    background:#111;
    min-height:220px;
    border-bottom:1px solid var(--line);
    overflow:hidden;
}

.stats-art{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:34%;
    overflow:hidden;
}

.stats-art img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    filter:sepia(.2) saturate(.9) brightness(.62);
}

.stats-section:after{
    content:"";
    position:absolute;
    left:30%;
    top:0;
    bottom:0;
    width:12%;
    background:linear-gradient(90deg,rgba(17,17,17,0),#111);
}

.stats-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    margin-left:34%;
    min-height:220px;
}

.stat-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border-left:1px solid rgba(217,166,58,.18);
    text-align:center;
}

.stat-item:first-child{
    border-left:0;
}

.stat-icon{
    color:var(--gold);
    font-size:28px;
    margin-bottom:8px;
}

.stat-item strong{
    font-family:Georgia,'Times New Roman',serif;
    font-size:34px;
    font-weight:500;
}

.stat-item small{
    color:#c9c2b8;
    font-size:11px;
    letter-spacing:.1em;
    line-height:1.45;
    margin-top:6px;
}

/* ================= ABOUT ================= */

.about-section{
    padding:78px 0;
    background:#0d0d0e;
    border-bottom:1px solid var(--line);
}

.about-grid{
    display:grid;
    grid-template-columns:1.4fr .8fr;
    gap:70px;
    align-items:center;
}

.about-section h2{
    font-size:38px;
}

.about-section p{
    color:#bdb6aa;
    line-height:1.75;
    font-size:14px;
}

.estimate-card{
    border:1px solid rgba(217,166,58,.4);
    padding:34px;
    background:linear-gradient(180deg,#141414,#0c0c0c);
}

.estimate-card h3{
    font-family:Georgia,'Times New Roman',serif;
    font-weight:500;
    font-size:28px;
    margin:10px 0;
}

.estimate-card p{
    margin-bottom:22px;
}

.about-grid .estimate-card{
    text-align:center;
}

.about-grid .estimate-card .eyebrow,
.about-grid .estimate-card h3,
.about-grid .estimate-card p{
    width:100%;
    text-align:center;
}

.about-grid .estimate-card .btn-gold{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:auto;
    min-width:190px;
    margin:0 auto;
}

/* ================= CONTACT BAND ================= */

.contact-band{
    background:#141414;
    border-bottom:1px solid var(--line);
    padding:36px 0;
}

.contact-band-inner{
    display:grid;
    grid-template-columns:1.35fr .9fr;
    gap:40px;
    align-items:center;
}

.contact-band-copy{
    min-width:0;
}

.contact-band-tagline{
    color:var(--gold);
    font-family:Georgia,"Times New Roman",serif;
    font-size:18px;
    line-height:1.5;
    max-width:420px;
    justify-self:end;
    text-align:right;
}

.contact-band h3{
    font-family:Georgia,'Times New Roman',serif;
    font-size:29px;
    font-weight:500;
    margin:8px 0 0;
}

.contact-inline{
    display:flex;
    flex-direction:column;
    gap:5px;
    font-size:14px;
}

.contact-inline a:first-child{
    font-weight:700;
}

.contact-inline a:last-child{
    color:var(--gold);
}

.contact-address{
    color:#c0baae;
    font-size:13px;
    line-height:1.5;
}

/* ================= FOOTER ================= */

.site-footer{
    background:#080808;
    padding:62px 0 0;
}

.footer-grid{
    display:grid;
    grid-template-columns:1.35fr .78fr .95fr .95fr 1.05fr 1.15fr;
    gap:34px;
    padding-bottom:48px;
    align-items:start;
}

.footer-grid h4{
    font-size:12px;
    letter-spacing:.15em;
    color:#f0ede6;
    margin:0 0 18px;
}

.footer-grid a,
.footer-grid p,
.footer-text-item{
    display:block;
    color:#bcb5aa;
    font-size:13px;
    line-height:1.75;
    margin:0 0 5px;
}

.footer-grid a:hover{
    color:var(--gold);
}

.footer-logo{
    width:220px;
    margin-bottom:14px;
}

.footer-brand-col p{
    max-width:250px;
    color:#9c968c;
}

.footer-contact-col,
.footer-estimate-col{
    min-width:0;
}

.footer-estimate{
    border:1px solid rgba(217,166,58,.3);
    padding:24px;
    background:#101010;
    box-shadow:0 12px 28px rgba(0,0,0,.25);
}

.footer-estimate h4{
    margin:8px 0 10px;
}

.footer-estimate p{
    margin-bottom:20px;
    line-height:1.6;
}

.footer-estimate{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.footer-estimate .eyebrow{
    display:block;
    width:100%;
    text-align:center;
    margin:0 0 8px;
    line-height:1.2;
}

.footer-estimate h4,
.footer-estimate p{
    width:100%;
    text-align:center;
}

.footer-estimate .btn-gold{
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    width:100%;
    min-height:52px;
    height:52px;
    margin:10px auto 0;
    padding:0 24px;
    background:var(--gold);
    color:#090909;
    border:1px solid var(--gold);
    text-align:center;
    line-height:1;
    vertical-align:middle;
}

.footer-estimate .btn-gold:hover{
    background:#efbb55;
    color:#090909;
    border-color:#efbb55;
}

.footer-bottom{
    border-top:1px solid rgba(217,166,58,.12);
    padding:14px 0;
    background:#070707;
}

.footer-bottom-inner{
    display:flex;
    justify-content:space-between;
    gap:20px;
    color:#7f7a72;
    font-size:11px;
}

/* ================= SERVICE DETAIL ================= */

.service-page-top{
    padding:76px 0 90px;
    background:#0d0d0e;
}

.service-layout{
    display:grid;
    grid-template-columns:minmax(280px,.78fr) minmax(0,1.5fr) minmax(260px,.72fr);
    gap:34px;
    align-items:start;
}

.service-page-image{
    border:1px solid rgba(217,166,58,.4);
    background:#111;
    min-height:360px;
    overflow:hidden;
    position:sticky;
    top:96px;
}

.service-page-image img{
    width:100%;
    height:100%;
    min-height:360px;
    object-fit:cover;
    display:block;
}

.service-layout .prose{
    max-width:none;
}

.service-layout .prose h2{
    font-family:Georgia,'Times New Roman',serif;
    font-size:38px;
    font-weight:500;
    margin:0 0 18px;
    color:#fff;
}

.service-layout .prose h3{
    font-family:Georgia,'Times New Roman',serif;
    font-size:26px;
    font-weight:500;
    margin:30px 0 12px;
}

.service-layout .prose p,
.service-layout .prose li{
    color:#c4beb4;
    font-size:14px;
    line-height:1.8;
}

.service-layout .prose ul,
.service-layout .prose ol{
    padding-left:20px;
}

.service-cta{
    border:1px solid rgba(217,166,58,.4);
    background:linear-gradient(180deg,#151515,#0b0b0b);
    padding:30px;
    position:sticky;
    top:96px;
}

.service-cta h3{
    font-family:Georgia,'Times New Roman',serif;
    font-size:28px;
    font-weight:500;
    margin:10px 0 12px;
}

.service-cta p{
    color:#bcb6ac;
    font-size:13px;
    line-height:1.65;
    margin-bottom:22px;
}

.service-cta-actions{
    display:grid;
    gap:12px;
    margin-top:22px;
}

.service-action{
    min-height:58px;
    border:1px solid rgba(217,166,58,.55);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:0 20px;
    font-weight:800;
    letter-spacing:.02em;
    transition:.2s ease;
}

.service-action-gold{
    background:var(--gold);
    color:#090909;
    border-color:var(--gold);
}

.service-action-gold:hover{
    background:#efbb55;
    color:#090909;
    transform:translateY(-2px);
}

.service-action-dark{
    background:#111;
    color:#fff;
}

.service-action-dark:hover{
    background:#1a1a1a;
    color:var(--gold);
    transform:translateY(-2px);
}

.service-action-icon{
    font-size:17px;
    line-height:1;
}

.check-list{
    list-style:none;
    padding-left:0!important;
}

.check-list li{
    position:relative;
    padding-left:24px;
    margin:8px 0;
}

.check-list li:before{
    content:'✓';
    position:absolute;
    left:0;
    top:0;
    color:var(--gold);
    font-weight:800;
}

/* ================= CONTACT PAGE ================= */

.contact-page-section{
    padding:82px 0 96px;
    background:#0c0c0d;
}

.contact-page-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:56px;
    align-items:start;
}

.contact-info-panel h2{
    font-family:Georgia,'Times New Roman',serif;
    font-size:46px;
    font-weight:500;
    margin:12px 0 16px;
    color:#fff;
}

.contact-intro{
    max-width:650px;
    color:#bdb7ae;
    line-height:1.75;
    font-size:15px;
}

.contact-list-premium{
    margin:30px 0 28px;
    display:flex;
    flex-direction:column;
    gap:18px;
}

.contact-list-premium .contact-row{
    display:flex;
    gap:14px;
    align-items:flex-start;
    padding:16px 0;
    border-bottom:1px solid rgba(217,166,58,.12);
}

.contact-list-premium .contact-row strong{
    color:#fff;
    font-size:14px;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.contact-list-premium .contact-row p{
    margin:4px 0 0;
    color:#bdb7ae;
    line-height:1.65;
}

.contact-list-premium .contact-row a{
    color:#d9a63a;
}

.contact-glyph{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(217,166,58,.55);
    font-size:16px;
    flex:0 0 38px;
}

.contact-map-card{
    margin-top:30px;
    background:#111;
    border:1px solid rgba(217,166,58,.28);
    padding:18px;
}

.contact-map-heading{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:14px;
}

.contact-map-heading strong{
    font-family:Georgia,'Times New Roman',serif;
    color:#fff;
    font-size:24px;
    font-weight:500;
}

.map-embed-large{
    height:360px;
    border:1px solid rgba(217,166,58,.18);
    overflow:hidden;
}

.contact-form-premium{
    background:#111;
    border:1px solid rgba(217,166,58,.4);
    padding:34px;
    box-shadow:0 18px 45px rgba(0,0,0,.32);
    position:sticky;
    top:96px;
}

.contact-form-premium h3{
    font-family:Georgia,'Times New Roman',serif;
    font-size:36px;
    line-height:1.1;
    color:#fff;
    font-weight:500;
    margin:10px 0 10px;
}

.contact-form-premium .muted{
    color:#aaa39a;
    line-height:1.65;
    margin:0 0 20px;
}

.estimate-form{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    width:100%;
}

.estimate-form input,
.estimate-form select,
.estimate-form textarea{
    width:100%;
    background:#0c0c0d;
    border:1px solid #2c2b29;
    color:#f5f1ea;
    border-radius:0;
    padding:14px 15px;
    outline:none;
    font:inherit;
}

.estimate-form input:focus,
.estimate-form select:focus,
.estimate-form textarea:focus{
    border-color:rgba(217,166,58,.75);
    box-shadow:0 0 0 2px rgba(217,166,58,.08);
}

.estimate-submit{
    width:100%;
    justify-content:space-between;
}

.hp-field{
    position:absolute!important;
    left:-10000px!important;
    top:auto!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important;
    opacity:0!important;
}

/* ================= PAGE HERO ================= */

.page-hero{
    padding:82px 0 68px;
    background:linear-gradient(180deg,#111 0%,#0b0b0c 100%);
    border-bottom:1px solid var(--line);
    text-align:center;
}

.page-hero .eyebrow{
    display:block;
    margin-bottom:12px;
}

.page-hero h1{
    font-family:Georgia,'Times New Roman',serif;
    font-size:56px;
    line-height:1.06;
    font-weight:500;
    margin:0 auto 16px;
    max-width:980px;
    color:#fff;
}

.page-hero p{
    max-width:820px;
    margin:0 auto;
    color:#c4beb4;
    font-size:17px;
    line-height:1.65;
}

/* ================= ABOUT PAGE ================= */

.about-hero-page{
    padding:86px 0 74px;
    background:linear-gradient(180deg,#111 0%,#0b0b0c 100%);
    border-bottom:1px solid var(--line);
    text-align:center;
}

.about-hero-page h1{
    font-family:Georgia,'Times New Roman',serif;
    font-size:58px;
    line-height:1.05;
    font-weight:500;
    margin:12px auto 14px;
    color:#fff;
}

.about-hero-page p{
    max-width:760px;
    margin:0 auto;
    color:#c4beb4;
    font-size:17px;
    line-height:1.65;
}

.about-story-page{
    padding:82px 0;
    background:#0d0d0e;
    border-bottom:1px solid var(--line);
}

.about-story-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:62px;
    align-items:center;
}

.about-story-image{
    border:1px solid rgba(217,166,58,.42);
    background:#111;
    min-height:480px;
    overflow:hidden;
}

.about-story-image img{
    width:100%;
    height:100%;
    min-height:480px;
    object-fit:cover;
}

.about-story-copy h2,
.about-section-heading h2{
    font-family:Georgia,'Times New Roman',serif;
    font-size:44px;
    line-height:1.08;
    font-weight:500;
    color:#fff;
    margin:12px 0 18px;
}

.about-story-copy p,
.about-section-heading p{
    color:#c0b9af;
    font-size:15px;
    line-height:1.8;
    margin:0 0 18px;
}

.about-stat-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-top:30px;
}

.about-stat-row>div{
    border:1px solid rgba(217,166,58,.28);
    background:#101010;
    padding:18px 14px;
    text-align:center;
}

.about-stat-row strong{
    display:block;
    color:var(--gold);
    font-family:Georgia,'Times New Roman',serif;
    font-size:28px;
    font-weight:500;
}

.about-stat-row span{
    display:block;
    color:#aaa39a;
    font-size:10px;
    letter-spacing:.12em;
    margin-top:5px;
}

.about-story-copy-centered{
    max-width:980px;
    margin:0 auto;
    text-align:center;
}

.about-story-copy-centered p{
    max-width:820px;
    margin-left:auto;
    margin-right:auto;
    font-size:16px;
    line-height:1.82;
}

.about-values-page{
    padding:82px 0;
    background:#090909;
    border-bottom:1px solid var(--line);
}

.about-section-heading{
    text-align:center;
    max-width:820px;
    margin:0 auto 42px;
}

.about-section-heading p{
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
    font-size:16px;
    line-height:1.82;
}

.about-values-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
    max-width:980px;
    margin:0 auto;
}

.about-value-card{
    border:1px solid rgba(217,166,58,.28);
    background:linear-gradient(180deg,#151515,#0d0d0e);
    padding:34px 30px;
    min-height:255px;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
}

.about-value-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:60px;
    height:60px;
    margin:0 auto 18px;
    border:1px solid rgba(217,166,58,.7);
    color:var(--gold);
    font-size:22px;
}

.about-value-card h3{
    font-family:Georgia,'Times New Roman',serif;
    font-size:25px;
    font-weight:500;
    margin:0 0 12px;
    color:#fff;
}

.about-value-card p{
    margin:0;
    color:#aaa39a;
    font-size:14px;
    line-height:1.8;
    max-width:360px;
}

.about-cta-page{
    padding:72px 0;
    background:linear-gradient(90deg,#111 0%,#0c0c0d 100%);
    border-bottom:1px solid var(--line);
}

.about-cta-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:35px;
}

.about-cta-inner h2{
    font-family:Georgia,'Times New Roman',serif;
    font-size:38px;
    line-height:1.1;
    font-weight:500;
    margin:10px 0 12px;
    color:#fff;
}

.about-cta-inner p{
    margin:0;
    color:#bdb6ac;
    line-height:1.7;
}

.about-cta-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    justify-content:flex-end;
}

/* ================= BLOG ================= */

.blog-hero,
.blog-post-hero{
    background:
        radial-gradient(circle at 50% -30%,rgba(217,166,58,.09),transparent 42%),
        linear-gradient(180deg,#111 0%,#0b0b0c 100%);
}

.blog-list-section{
    padding:78px 0 96px;
    background:#0d0d0e;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}

.blog-card-premium{
    min-height:330px;
    border:1px solid rgba(217,166,58,.28);
    background:linear-gradient(180deg,#151515,#0d0d0e);
    padding:28px;
    display:flex;
    flex-direction:column;
    position:relative;
    overflow:hidden;
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.blog-card-premium:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,var(--gold),transparent);
}

.blog-card-premium:hover{
    transform:translateY(-4px);
    border-color:rgba(217,166,58,.65);
    box-shadow:0 18px 34px rgba(0,0,0,.34);
}

.blog-card-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-bottom:22px;
}

.blog-card-mark{
    font-size:9px;
    letter-spacing:.16em;
    color:#8f887f;
}

.blog-card-premium h2{
    font-family:Georgia,'Times New Roman',serif;
    font-size:29px;
    line-height:1.15;
    font-weight:500;
    margin:0 0 14px;
    color:#fff;
}

.blog-card-premium h2 a:hover{
    color:var(--gold);
}

.blog-card-premium p{
    color:#bbb4aa;
    font-size:14px;
    line-height:1.75;
    margin:0 0 24px;
}

.blog-read-link{
    margin-top:auto;
    color:var(--gold)!important;
    font-size:12px;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.blog-read-link span{
    font-size:18px;
    transition:transform .2s ease;
}

.blog-read-link:hover span{
    transform:translateX(4px);
}

.blog-empty{
    border:1px solid rgba(217,166,58,.2);
    background:#111;
    padding:40px;
    text-align:center;
    color:#aaa39a;
}

.blog-post-hero h1{
    max-width:1050px;
}

.blog-post-section{
    padding:78px 0 100px;
    background:#0d0d0e;
}

.blog-post-wrap{
    max-width:920px;
}

.blog-post-content{
    border:1px solid rgba(217,166,58,.2);
    background:#111;
    padding:46px 52px;
}

.blog-post-content h2,
.blog-post-content h3{
    font-family:Georgia,'Times New Roman',serif;
    color:#fff;
    font-weight:500;
}

.blog-post-content h2{
    font-size:34px;
    margin:0 0 16px;
}

.blog-post-content h3{
    font-size:26px;
    margin:30px 0 12px;
}

.blog-post-content p,
.blog-post-content li{
    color:#c4beb4;
    font-size:15px;
    line-height:1.85;
}

.blog-post-content ul,
.blog-post-content ol{
    padding-left:24px;
}

.blog-post-content li{
    margin:8px 0;
}

.blog-post-back{
    margin-top:36px;
    padding-top:24px;
    border-top:1px solid rgba(217,166,58,.14);
}

/* ================= RESPONSIVE ================= */

@media (max-width:1180px){

    .main-nav{
        gap:18px;
    }

    .header-actions{
        gap:12px;
    }

    .phone-link{
        display:none;
    }

    .hero-copy{
        width:58%;
    }

    .work-layout{
        grid-template-columns:280px 1fr;
    }

    .project-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .stats-grid{
        margin-left:0;
        grid-template-columns:repeat(4,1fr);
    }

    .stats-art{
        width:38%;
        opacity:.45;
    }

    .stats-section:after{
        left:25%;
    }

    .footer-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .footer-contact-col,
    .footer-estimate-col{
        grid-column:auto;
    }
}

@media (max-width:900px){

    .service-detail-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .container{
        width:min(var(--max),calc(100% - 40px));
    }

    .header-inner{
        min-height:70px;
        flex-wrap:wrap;
    }

    .main-nav{
        display:none;
        width:100%;
        margin:0;
        padding:12px 0 16px;
        flex-direction:column;
        align-items:stretch;
        gap:0;
        font-size:14px;
        order:10;
    }

    /* HAMBURGER: JS .is-open eklediğinde menüyü göster */
    .main-nav.is-open{
        display:flex;
    }

    .nav-toggle{
        display:block;
        margin-left:auto;
        padding:8px;
        cursor:pointer;
        font-size:28px;
        line-height:1;
        z-index:130;
    }

    .main-nav > a{
        display:block;
        padding:12px 4px;
        border-bottom:1px solid rgba(217,166,58,.2);
    }

    .nav-dropdown{
        width:100%;
    }

    .nav-link{
        display:block;
        width:100%;
        padding:12px 4px;
        text-align:left;
    }

    .dropdown-menu{
        position:static;
        width:100%;
        box-shadow:none;
        border-left:0;
        border-right:0;
        border-top:0;
    }

    .nav-dropdown:hover .dropdown-menu{
        display:none;
    }

    .nav-dropdown.open .dropdown-menu{
        display:flex;
    }

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .service-strip-card{
        border-top:1px solid rgba(217,166,58,.18);
    }

    .hero-reference{
        min-height:620px;
    }

    .hero-content{
        min-height:620px;
        align-items:center;
    }

    .hero-copy{
        width:75%;
        padding-top:70px;
    }

    .hero-copy h1{
        font-size:52px;
    }

    .hero-copy h2{
        font-size:26px;
    }

    .hero-lead{
        font-size:17px;
    }

    .hero-location{
        right:20px;
        bottom:20px;
    }

    .work-layout,
    .about-grid,
    .contact-band-inner{
        grid-template-columns:1fr;
    }

    .contact-band-tagline{
        justify-self:start;
        text-align:left;
        max-width:100%;
        margin-top:-8px;
    }

    .work-layout{
        gap:35px;
    }

    .project-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .footer-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .footer-contact-col{
        grid-column:auto;
    }

    .contact-page-grid{
        grid-template-columns:1fr;
    }

    .contact-form-premium{
        position:static;
    }

    .map-embed-large{
        height:320px;
    }

    .about-story-grid{
        grid-template-columns:1fr;
    }

    .about-values-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .about-cta-inner{
        flex-direction:column;
        align-items:flex-start;
    }

    .about-cta-actions{
        justify-content:flex-start;
    }

    .blog-grid{
        grid-template-columns:1fr 1fr;
    }

    .blog-post-content{
        padding:34px 30px;
    }

    .service-layout{
        grid-template-columns:1fr 1fr;
    }

    .service-page-image{
        position:static;
        min-height:320px;
    }

    .service-page-image img{
        min-height:320px;
    }

    .service-cta{
        position:static;
        grid-column:1/-1;
    }
}

@media (max-width:700px){

    .service-layout{
        grid-template-columns:1fr;
    }

    .service-page-image{
        min-height:280px;
    }

    .service-page-image img{
        min-height:280px;
    }

    .service-cta{
        position:static;
    }

    .page-hero{
        padding:64px 0 54px;
    }

    .page-hero h1{
        font-size:38px;
    }

    .page-hero p{
        font-size:15px;
    }

    .form-grid{
        grid-template-columns:1fr;
    }
}

@media (max-width:600px){

    .container{
        width:calc(100% - 32px);
    }

    .footer-bottom-inner{
        flex-direction:column;
    }

    .contact-form-premium{
        padding:24px;
    }

    .map-embed-large{
        height:270px;
    }

    .contact-info-panel h2{
        font-size:38px;
    }

    .about-hero-page h1{
        font-size:40px;
    }

    .about-story-copy h2,
    .about-section-heading h2{
        font-size:34px;
    }

    .about-story-image,
    .about-story-image img{
        min-height:300px;
    }

    .about-stat-row{
        grid-template-columns:1fr;
    }

    .about-values-grid{
        grid-template-columns:1fr;
    }

    .about-cta-actions{
        width:100%;
    }

    .about-cta-actions .btn{
        width:100%;
    }

    .blog-grid{
        grid-template-columns:1fr;
    }

    .blog-card-premium{
        min-height:0;
    }

    .blog-post-content{
        padding:28px 22px;
    }

    .blog-post-content h2{
        font-size:28px;
    }

    .hero-reference{
        min-height:650px;
    }

    .hero-content{
        min-height:650px;
    }

    .hero-copy{
        width:100%;
        padding-top:100px;
    }

    .hero-copy h1{
        font-size:44px;
    }

    .hero-copy h2{
        font-size:24px;
    }

    .hero-lead{
        font-size:17px;
    }

    .hero-location{
        left:20px;
        right:20px;
        min-width:0;
    }

    .stats-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .stats-section{
        min-height:300px;
    }

    .stat-item{
        min-height:150px;
    }

    .stats-art{
        width:100%;
        opacity:.18;
    }

    .stats-section:after{
        display:none;
    }

    .footer-grid{
        grid-template-columns:1fr;
    }

    .footer-bottom-inner{
        flex-direction:column;
        gap:8px;
    }

    .blog-post-content{
        padding:28px 22px;
    }
}

/* ================= HONEYPOT ================= */

.hp-field{
    position:absolute!important;
    left:-10000px!important;
    top:auto!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important;
    opacity:0!important;
}

/* ================= MOBİL TAŞMA DÜZELTMESİ ================= */

html,
body{
    overflow-x:hidden;
    max-width:100%;
}

@media (max-width:900px){
    .brand img{
        width:160px;
    }

    .btn{
        padding:0 16px;
        font-size:11px;
    }
}

@media (max-width:400px){
    .brand img{
        width:130px;
    }

    .header-inner{
        gap:10px;
    }

    .btn{
        padding:0 12px;
        min-height:44px;
        font-size:10px;
    }
}

@media (max-width:600px){
    .services-grid{
        grid-template-columns:1fr;
    }

    .service-detail-grid{
        grid-template-columns:1fr;
    }
}

/* ================= EK DÜZELTMELER — eksik yardımcı sınıflar ================= */

.section{
    padding:78px 0;
}

.section-head{
    max-width:640px;
    margin:0 auto 46px;
}

.narrow{
    max-width:760px;
}

.center{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.eyebrow.small,
.small{
    font-size:10px;
}

.btn-amber{
    background:var(--gold);
    color:#090909;
    border-color:var(--gold);
}

.btn-amber:hover{
    background:#efbb55;
}

.btn-block{
    width:100%;
}

.inline-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    flex-wrap:wrap;
    margin-top:40px;
    padding:28px 32px;
    border:1px solid var(--line);
    background:#111214;
}

.inline-cta h3{
    font-family:Georgia,'Times New Roman',serif;
    font-size:22px;
    font-weight:500;
    color:#fff;
    margin:0;
}

.service-rich-content{
    margin-bottom:14px;
}

.alert{
    padding:14px 16px;
    margin-bottom:18px;
    font-size:13px;
    border:1px solid;
}

.alert-success{
    background:rgba(60,150,80,.12);
    border-color:rgba(60,150,80,.5);
    color:#8fe3a3;
}

.alert-error{
    background:rgba(200,60,60,.12);
    border-color:rgba(200,60,60,.5);
    color:#f0a3a3;
}

@media (max-width:900px){
    .inline-cta{
        flex-direction:column;
        align-items:flex-start;
    }
}