:root{
  --bg:#fffaf2;
  --card:#ffffff;
  --text:#1f1a14;
  --muted:#6f6357;
  --gold:#c89332;
  --gold2:#e7bd62;
  --line:rgba(88,62,30,.13);
  --shadow:0 22px 70px rgba(75,52,24,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#fffaf2 0%,#fff 46%,#fff7ea 100%);
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 36px));margin:auto}

/* HEADER */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,250,242,.96);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
  box-shadow:0 14px 38px rgba(75,52,24,.07);
}
.header-info{
  height:38px;
  background:linear-gradient(90deg,#fffaf2,#fff,#fff7ea);
  border-bottom:1px solid rgba(201,164,93,.28);
  color:#4b4035;
  font-size:14px;
  font-weight:750;
}
.header-info-inner{
  width:min(1390px,calc(100% - 60px));
  height:100%;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.info-left,.info-right{display:flex;align-items:center;gap:18px;min-width:0}
.info-left span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.info-left strong{white-space:nowrap;color:#272018}
.info-right a{white-space:nowrap;font-weight:900;color:#201913}
.info-divider{width:1px;height:18px;background:rgba(88,62,30,.18);display:inline-block}
.social-mini{font-size:17px;font-weight:950;color:#17120d;line-height:1}
.topbar{background:rgba(255,250,242,.94)}
.nav-shell{
  width:min(1390px,calc(100% - 60px));
  margin:auto;
  min-height:126px;
  display:grid;
  grid-template-columns:390px 1fr;
  align-items:center;
  gap:34px;
}
.brand{display:flex;align-items:center;justify-content:flex-start;gap:18px;min-width:0}
.brand img{height:112px;width:auto;max-width:150px;object-fit:contain;filter:drop-shadow(0 16px 24px rgba(160,106,32,.18))}
.brand-copy{display:flex;flex-direction:column;line-height:1.05;min-width:0}
.brand-copy b{font-family:Georgia,'Times New Roman',serif;font-size:43px;font-weight:600;letter-spacing:-1.4px;color:#17120d;white-space:nowrap}
.brand-copy small{margin-top:9px;text-transform:uppercase;letter-spacing:.7px;color:#7a7065;font-size:13px;font-weight:750;white-space:nowrap}
.brand-text{font-weight:950;font-size:30px;letter-spacing:-1px}.brand-text span{color:var(--gold)}
.menu{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:24px;
  padding:0;
  border-radius:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
.menu a{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:58px;
  padding:0 0;
  border-radius:0;
  color:#17120d;
  font-size:16px;
  font-weight:900;
  letter-spacing:.15px;
  white-space:nowrap;
  text-transform:uppercase;
  transition:.22s ease;
}
.menu a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:2px;
  height:2px;
  background:linear-gradient(90deg,#c89332,#e7bd62);
  transform:scaleX(0);
  transform-origin:left;
  transition:.22s ease;
}
.menu a:hover{background:transparent;color:#b77b25;transform:translateY(-1px);box-shadow:none}
.menu a:hover:after,.menu a.active:after{transform:scaleX(1)}
.menu a.active{color:#c89332;background:transparent;box-shadow:none}
.menu a.contact-link{
  height:62px;
  padding:0 34px;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(135deg,#c89332,#e7bd62);
  box-shadow:0 20px 46px rgba(201,147,50,.25);
  margin-left:10px;
}
.menu a.contact-link:after{display:none}
.menu a.contact-link:hover{color:#fff;transform:translateY(-2px);box-shadow:0 25px 55px rgba(201,147,50,.34)}
.menu a.contact-link.active{color:#fff;background:linear-gradient(135deg,#b77b25,#e2b653)}
.mobile-toggle{display:none;justify-self:end;border:1px solid var(--line);background:#fff;border-radius:16px;width:48px;height:44px;font-size:24px;font-weight:900;cursor:pointer}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 24px;border-radius:999px;font-weight:950;box-shadow:0 16px 40px rgba(80,55,25,.13)}
.btn.primary{background:linear-gradient(135deg,#c89332,#e8c56e);color:#23170a}.btn.ghost{background:#fff;color:#17120d;border:1px solid var(--line)}

/* HERO REAL PHOTO */
.home-hero.real-hero{position:relative;min-height:720px;overflow:hidden;background:#17120d;display:flex;align-items:center}
.hero-photo-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,14,10,.92) 0%,rgba(18,14,10,.62) 42%,rgba(18,14,10,.20) 100%),var(--hero-bg) center/cover no-repeat;filter:saturate(1.05)}
.home-hero.real-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(232,197,110,.22),transparent 32%),linear-gradient(180deg,transparent 78%,#fffaf2 100%)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr .9fr;gap:56px;align-items:center;padding:88px 0}
.glass-content{max-width:760px;color:#fff}.mini-badge{display:inline-flex;padding:10px 17px;border-radius:999px;color:#8b5d18;background:#fff2d7;border:1px solid rgba(199,150,58,.24);font-size:13px;font-weight:950}
.hero-content h1{margin:22px 0 18px;font-size:clamp(48px,6vw,84px);line-height:.98;letter-spacing:-3px;color:#fff;font-weight:950;text-shadow:0 12px 40px rgba(0,0,0,.35)}
.hero-content p{max-width:700px;color:rgba(255,255,255,.88);font-size:20px;line-height:1.7;font-weight:650}
.hero-buttons{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}
.hero-photo-card{position:relative;border-radius:34px;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.28);box-shadow:0 34px 110px rgba(0,0,0,.30)}
.hero-photo-card img{width:100%;height:520px;object-fit:cover}
.photo-label{position:absolute;left:24px;right:24px;bottom:24px;padding:20px 22px;border-radius:24px;background:rgba(255,255,255,.90);backdrop-filter:blur(12px);box-shadow:0 18px 60px rgba(0,0,0,.18)}
.photo-label b{display:block;font-size:22px;color:#17120d}.photo-label span{display:block;color:#766a5e;margin-top:6px;font-weight:700}

/* PROJECT SHOWCASE */
.project-showcase{padding:88px 0;background:linear-gradient(180deg,#fffaf2,#fff)}
.showcase-grid{display:grid;grid-template-columns:.9fr 1.2fr .8fr;gap:26px;align-items:stretch}
.showcase-text{padding:34px;border-radius:32px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center}
.showcase-text h2{font-size:clamp(34px,4vw,54px);line-height:1.05;margin:18px 0 12px;letter-spacing:-1.6px}
.showcase-text p{color:var(--muted);line-height:1.75;font-size:17px}
.project-card{position:relative;display:block;min-height:420px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:#111}
.project-card.big{min-height:500px}
.project-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:.45s ease}
.project-card:hover img{transform:scale(1.055)}
.project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.72))}
.project-card div{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;color:#fff}
.project-card b{display:block;font-size:28px;margin-bottom:8px}.project-card span{color:rgba(255,255,255,.83);font-weight:700}

/* CATALOGS */
.home-categories{padding:82px 0;background:linear-gradient(180deg,#fff,#fff8ed)}
.catalog-head{text-align:center;margin:0 auto 42px;max-width:760px}
.catalog-head span{display:inline-flex;padding:10px 18px;border-radius:999px;background:#fff2d7;color:#9b6b25;font-weight:900;font-size:13px;margin-bottom:15px;border:1px solid rgba(199,150,58,.22)}
.catalog-head h2{font-size:clamp(34px,4.5vw,56px);margin:0 0 13px;color:#17120d;font-weight:950;letter-spacing:-1.5px}.catalog-head p{max-width:700px;margin:auto;color:#666;font-size:18px;line-height:1.7}
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.cat-card{display:block;overflow:hidden;border-radius:34px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);transition:.25s ease}.cat-card:hover{transform:translateY(-7px);box-shadow:0 34px 90px rgba(75,52,24,.18)}
.cat-card img{width:100%;height:320px;object-fit:contain;object-position:center;background:#17120d}.cat-card div{padding:25px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff}.cat-card b{font-size:26px;color:#17120d}.cat-card span{color:#936216;font-weight:950}

.about-strip{padding:92px 0;background:#fffaf2}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.about-grid h2{font-size:clamp(35px,4.2vw,58px);line-height:1.07;margin:18px 0 14px;letter-spacing:-1.8px}.about-grid p{color:var(--muted);line-height:1.75;font-size:17px}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.check-grid span{min-height:78px;display:flex;align-items:center;padding:20px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 45px rgba(75,52,24,.09);font-weight:950}

/* PALETTE */
.palette-page{padding:58px 0 92px;min-height:70vh;background:linear-gradient(180deg,#fffaf2,#fff 45%,#fff7ea)}.palette-title{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:28px;padding-bottom:18px;border-bottom:1px solid var(--line)}.palette-title span{display:inline-flex;padding:9px 14px;border-radius:999px;background:#fff2d7;color:#8b5d18;font-weight:950;font-size:13px}.palette-title h1{margin:0;font-size:clamp(32px,4.5vw,58px);line-height:1.05;letter-spacing:-1.4px}.palette-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.palette-item{aspect-ratio:1.22/1;border-radius:24px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 16px 42px rgba(75,52,24,.10);transition:.25s ease}.palette-item:hover{transform:translateY(-5px);box-shadow:0 28px 70px rgba(75,52,24,.16)}.palette-item img{width:100%;height:100%;object-fit:cover;transition:.45s ease}.palette-item:hover img{transform:scale(1.055)}
.palette-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(15,12,8,.84);backdrop-filter:blur(10px)}.palette-lightbox.is-open{display:flex}.palette-lightbox img{max-width:min(1120px,94vw);max-height:86vh;object-fit:contain;border-radius:24px;background:#fff;box-shadow:0 34px 100px rgba(0,0,0,.44)}.palette-lightbox-close{position:absolute;top:18px;right:22px;width:50px;height:50px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.13);color:#fff;font-size:35px;line-height:46px;cursor:pointer}

/* BASIC + ADMIN */
.section,.page-hero{padding:80px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card,.panel,.admin-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow)}.form input,.form textarea,.form select{width:100%;padding:15px;border-radius:16px;border:1px solid var(--line);background:#fff;margin-bottom:12px;font:inherit}.form textarea{min-height:130px}.footer{padding:35px 0;background:#fff7e8;border-top:1px solid var(--line);color:#766a5e}.footer-inner{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
.admin-wrap{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#f7f3ec}.sidebar{background:#17130e;padding:24px;height:100vh;position:sticky;top:0;color:#fff}.sidebar a{display:block;padding:13px 14px;border-radius:14px;color:#eee;margin:6px 0;font-weight:700}.sidebar a:hover,.sidebar a.active{background:rgba(240,207,130,.13);color:#f0cf82}.admin-main{padding:30px;color:#201b15}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:14px;border-bottom:1px solid var(--line);text-align:left}.table img{width:80px;height:55px;object-fit:cover;border-radius:12px}.danger{background:#9b2525;color:#fff}.success{background:#22824a;color:#fff}.login{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top,#fff4dc,#f5efe4 48%,#eadbc3)}.login-box{width:min(430px,92%);background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:var(--shadow)}.alert{padding:13px 15px;border-radius:15px;background:#fff0f0;color:#8a1f1f;margin-bottom:15px;border:1px solid rgba(138,31,31,.13)}
.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}.admin-field{display:block;margin:0;color:#201b15;font-weight:700}.admin-field span{display:block;margin:0 0 7px;color:#5b4b38;font-size:13px;font-weight:900}.admin-field input,.admin-field textarea,.admin-field select{width:100%;padding:14px 15px;border-radius:14px;border:1px solid rgba(80,58,31,.16);background:#fff;color:#201b15;font:inherit;outline:none;box-shadow:none;margin:0}.admin-field textarea{min-height:110px;resize:vertical;line-height:1.55}.admin-field-full{grid-column:1/-1}.admin-savebar{position:sticky;bottom:0;background:rgba(247,243,236,.92);backdrop-filter:blur(12px);padding:16px 0;border-top:1px solid rgba(80,58,31,.12);z-index:20}

@media(max-width:1050px){.nav-shell{width:min(1180px,calc(100% - 32px));min-height:88px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}.brand img{height:70px;max-width:185px}.mobile-toggle{display:inline-flex;align-items:center;justify-content:center}.menu{display:none;width:100%;justify-self:auto;overflow-x:auto;justify-content:flex-start;border-radius:24px}.menu.open{display:flex}.hero-grid{grid-template-columns:1fr;gap:28px;padding:62px 0}.hero-photo-card img{height:430px}.showcase-grid{grid-template-columns:1fr}.project-card,.project-card.big{min-height:420px}.cat-grid{grid-template-columns:1fr 1fr}.about-grid{grid-template-columns:1fr}.palette-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.nav-shell{min-height:78px}.brand img{height:60px;max-width:160px}.menu a{height:40px;padding:0 14px;font-size:13px}.home-hero.real-hero{min-height:auto}.hero-photo-bg{background:linear-gradient(180deg,rgba(18,14,10,.86),rgba(18,14,10,.58)),var(--hero-bg) center/cover no-repeat}.hero-content h1{font-size:42px;letter-spacing:-1.4px}.hero-content p{font-size:16px}.hero-photo-card img{height:auto;aspect-ratio:4/3}.cat-grid{grid-template-columns:1fr;gap:18px}.cat-card{border-radius:26px}.cat-card img{height:auto;aspect-ratio:1200/760;width:100%}.cat-card div{padding:20px}.cat-card b{font-size:22px}.cat-card span{font-size:14px}.showcase-grid{gap:18px}.project-card,.project-card.big{min-height:320px}.palette-title{display:block}.palette-title h1{margin-top:14px}.palette-grid{grid-template-columns:repeat(2,1fr);gap:12px}.palette-item{border-radius:18px;aspect-ratio:1.05/1}.check-grid{grid-template-columns:1fr}.admin-wrap{grid-template-columns:1fr}.sidebar{height:auto;position:relative}.admin-main{padding:16px}.admin-form-grid{grid-template-columns:1fr}}


/* ABOUT + CONTACT MODERN FIX */
.inner-hero{
  position:relative;
  overflow:hidden;
  padding:76px 0;
  background:linear-gradient(135deg,#fffaf2 0%,#fff 55%,#f4e3c9 100%);
  border-bottom:1px solid var(--line);
}
.inner-hero:before{
  content:"";
  position:absolute;
  right:-160px;
  top:-160px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(219,172,78,.25),transparent 68%);
}
.inner-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:48px;
  align-items:center;
}
.inner-hero h1{
  margin:22px 0 16px;
  font-size:clamp(44px,5.5vw,76px);
  line-height:1;
  letter-spacing:-2.5px;
  color:#17120d;
  font-weight:950;
}
.inner-hero p{
  color:#5f5549;
  font-size:19px;
  line-height:1.75;
  max-width:720px;
  font-weight:600;
}
.inner-hero-image{
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 34px 100px rgba(75,52,24,.18);
  border:1px solid rgba(88,62,30,.13);
  background:#fff;
}
.inner-hero-image img{
  width:100%;
  height:430px;
  object-fit:cover;
}
.about-modern-section{
  padding:92px 0;
  background:#fff;
}
.about-modern-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:52px;
  align-items:center;
}
.about-photo-stack{
  position:relative;
  min-height:560px;
}
.about-photo-stack img{
  object-fit:cover;
  border-radius:34px;
  box-shadow:0 28px 90px rgba(75,52,24,.18);
  border:1px solid rgba(88,62,30,.13);
}
.about-photo-stack .photo-main{
  width:84%;
  height:430px;
}
.about-photo-stack .photo-small{
  position:absolute;
  right:0;
  bottom:0;
  width:54%;
  height:260px;
  border:8px solid #fff;
}
.about-content-card{
  padding:42px;
  border-radius:34px;
  background:linear-gradient(135deg,#fffaf2,#fff);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.about-content-card h2{
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  margin:18px 0 14px;
  letter-spacing:-1.8px;
}
.about-content-card p{
  color:var(--muted);
  line-height:1.8;
  font-size:17px;
}
.about-feature-list{
  display:grid;
  gap:14px;
  margin-top:26px;
}
.about-feature-list div{
  display:flex;
  align-items:center;
  gap:15px;
  padding:17px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
}
.about-feature-list b{
  width:44px;
  height:44px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#c89332,#e7bd62);
  color:#fff;
}
.about-feature-list span{
  font-weight:850;
  color:#241c13;
}
.about-values{
  padding:74px 0;
  background:linear-gradient(180deg,#fff,#fff7e8);
}
.value-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.value-card{
  min-height:150px;
  padding:24px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 55px rgba(75,52,24,.10);
}
.value-card b{
  display:block;
  font-size:25px;
  margin-bottom:9px;
  color:#17120d;
}
.value-card span{
  color:var(--muted);
  font-weight:750;
}

/* CONTACT */
.contact-modern-section{
  padding:92px 0;
  background:#fff;
}
.contact-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:start;
}
.contact-cards{
  display:grid;
  gap:16px;
}
.contact-info-card{
  display:flex;
  align-items:center;
  gap:18px;
  padding:22px;
  border-radius:26px;
  background:linear-gradient(135deg,#fffaf2,#fff);
  border:1px solid var(--line);
  box-shadow:0 16px 50px rgba(75,52,24,.09);
  transition:.24s ease;
}
.contact-info-card:hover{
  transform:translateY(-4px);
  box-shadow:0 26px 75px rgba(75,52,24,.14);
}
.contact-info-card i{
  flex:0 0 58px;
  width:58px;
  height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  background:linear-gradient(135deg,#c89332,#e7bd62);
  color:#fff;
  font-style:normal;
  font-size:24px;
  font-weight:950;
}
.contact-info-card b{
  display:block;
  font-size:21px;
  color:#17120d;
  margin-bottom:5px;
}
.contact-info-card span{
  color:var(--muted);
  font-weight:700;
}
.whatsapp-card i{
  background:linear-gradient(135deg,#168f4c,#30c46f);
}
.contact-form-card{
  padding:38px;
  border-radius:34px;
  background:linear-gradient(135deg,#fffaf2,#fff);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.contact-form-card h2{
  margin:18px 0 22px;
  font-size:clamp(30px,3.8vw,48px);
  line-height:1.08;
  letter-spacing:-1.5px;
}
.map-placeholder{
  padding:0 0 86px;
  background:#fff;
}
.map-box{
  min-height:230px;
  border-radius:34px;
  background:
    linear-gradient(135deg,rgba(20,16,12,.78),rgba(20,16,12,.45)),
    var(--map-bg, url('assets/img/projects/mutfak-siyah-beyaz.jpg')) center/cover no-repeat;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:42px;
  box-shadow:var(--shadow);
}
.map-box b{
  font-size:36px;
  margin-bottom:10px;
}
.map-box span{
  color:rgba(255,255,255,.84);
  font-weight:700;
  font-size:17px;
}
@media(max-width:1050px){
  .inner-hero-grid,
  .about-modern-grid,
  .contact-layout{
    grid-template-columns:1fr;
  }
  .value-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .about-photo-stack{
    min-height:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
  }
  .about-photo-stack .photo-main,
  .about-photo-stack .photo-small{
    position:relative;
    width:100%;
    height:310px;
    right:auto;
    bottom:auto;
    border:0;
  }
}
@media(max-width:720px){
  .inner-hero{
    padding:46px 0;
  }
  .inner-hero h1{
    font-size:40px;
    letter-spacing:-1.3px;
  }
  .inner-hero p{
    font-size:16px;
  }
  .inner-hero-image img{
    height:auto;
    aspect-ratio:4/3;
  }
  .about-modern-section,
  .contact-modern-section{
    padding:54px 0;
  }
  .about-photo-stack{
    grid-template-columns:1fr;
  }
  .about-photo-stack .photo-main,
  .about-photo-stack .photo-small{
    height:auto;
    aspect-ratio:4/3;
    border-radius:24px;
  }
  .about-content-card,
  .contact-form-card{
    padding:24px;
    border-radius:26px;
  }
  .value-grid{
    grid-template-columns:1fr;
  }
  .contact-info-card{
    padding:18px;
    border-radius:22px;
  }
  .map-box{
    min-height:200px;
    padding:26px;
    border-radius:26px;
  }
}

/* PANEL FULL EDITABLE FIX */
.admin-settings .admin-card{margin-bottom:22px}
.admin-field img{display:block;margin-top:8px}


/* ===== ABOUT PAGE SAME STYLE + TRUE MOBILE MENU FINAL ===== */
html,body{max-width:100%;overflow-x:hidden}
body.menu-open{overflow:hidden}
@media(max-width:1050px){
  .topbar{position:sticky!important;top:0!important;z-index:9999!important}
  .nav-shell{
    width:100%!important;
    min-height:78px!important;
    padding:10px 18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    flex-wrap:nowrap!important;
    gap:12px!important;
  }
  .brand{max-width:170px!important;flex:0 0 auto!important;z-index:10001!important}
  .brand img{height:58px!important;max-width:150px!important;object-fit:contain!important}
  .brand-text{font-size:20px!important}
  .mobile-toggle{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:54px!important;
    height:54px!important;
    border-radius:18px!important;
    border:1px solid rgba(88,62,30,.16)!important;
    background:#fff!important;
    color:#17120d!important;
    box-shadow:0 12px 30px rgba(75,52,24,.12)!important;
    font-size:30px!important;
    line-height:1!important;
    z-index:10001!important;
    cursor:pointer!important;
  }
  .mobile-toggle.is-open{background:linear-gradient(135deg,#c89332,#e7bd62)!important;color:#fff!important}
  .menu{
    position:fixed!important;
    left:14px!important;
    right:14px!important;
    top:88px!important;
    width:auto!important;
    max-width:none!important;
    max-height:calc(100vh - 108px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    display:none!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:10px!important;
    padding:16px!important;
    border-radius:28px!important;
    background:rgba(255,250,242,.98)!important;
    border:1px solid rgba(88,62,30,.14)!important;
    box-shadow:0 28px 90px rgba(20,15,10,.24)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
    z-index:10000!important;
  }
  .menu.open{display:flex!important;animation:mobileMenuIn .22s ease both}
  .menu a{
    width:100%!important;
    height:54px!important;
    min-height:54px!important;
    padding:0 20px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    border-radius:18px!important;
    font-size:16px!important;
    font-weight:900!important;
    background:#fff!important;
    color:#2c241b!important;
    border:1px solid rgba(88,62,30,.10)!important;
    box-shadow:0 10px 26px rgba(75,52,24,.07)!important;
    transform:none!important;
  }
  .menu a.active,.menu a.contact-link.active{color:#fff!important;background:linear-gradient(135deg,#a86f20,#d7a743)!important}
  .menu a.contact-link{justify-content:center!important;margin-left:0!important;color:#fff!important;background:linear-gradient(135deg,#c89332,#e7bd62)!important}
  @keyframes mobileMenuIn{from{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
}

/* about cover */
.about-cover{
  position:relative;
  min-height:520px;
  overflow:hidden;
  background:#18130f;
  display:flex;
  align-items:center;
  border-bottom-left-radius:62px;
  border-bottom-right-radius:62px;
}
.about-cover:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(17,13,9,.92) 0%,rgba(17,13,9,.72) 34%,rgba(17,13,9,.16) 72%),
    var(--about-cover) center/cover no-repeat;
}
.about-cover:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:5px;
  background:linear-gradient(90deg,transparent,#c89332,transparent);
  opacity:.9;
}
.about-cover-inner{position:relative;z-index:2;width:min(1180px,calc(100% - 36px));}
.about-cover-content{max-width:560px;color:#fff;padding:72px 0}
.about-cover-content span{
  display:inline-block;
  color:#d6a947;
  font-size:15px;
  font-weight:950;
  letter-spacing:.5px;
  margin-bottom:16px;
}
.about-cover-content h1{
  margin:0;
  font-size:clamp(48px,6vw,84px);
  line-height:.95;
  letter-spacing:-2px;
  font-weight:950;
  color:#e9c36f;
}
.gold-line{
  width:300px;
  height:2px;
  margin:25px 0 23px;
  background:linear-gradient(90deg,#c89332,#e7bd62,transparent);
  position:relative;
}
.gold-line:after{
  content:"";
  position:absolute;
  left:48%;
  top:50%;
  width:10px;height:10px;
  background:#e7bd62;
  transform:translate(-50%,-50%) rotate(45deg);
}
.about-cover-content h2{
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(24px,3vw,34px);
  line-height:1.18;
  font-weight:850;
}
.about-cover-content p{
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:17px;
  line-height:1.75;
  font-weight:500;
}

/* about body */
.about-premium-body{
  padding:56px 0 76px;
  background:
    radial-gradient(circle at top left,rgba(232,197,110,.10),transparent 34%),
    linear-gradient(180deg,#fffaf2,#fff 50%,#fff8ed);
}
.about-premium-grid{
  display:grid;
  grid-template-columns:.85fr .9fr 1.45fr;
  gap:24px;
  align-items:stretch;
}
.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#b77a1d;
  font-weight:950;
  font-size:14px;
  margin-bottom:18px;
}
.section-kicker:before{content:"";width:42px;height:2px;background:#c89332;display:inline-block}
.about-copy h2{
  margin:0 0 20px;
  font-size:clamp(28px,3vw,42px);
  line-height:1.17;
  letter-spacing:-1px;
  color:#17120d;
}
.about-copy p{
  color:#5f5549;
  line-height:1.8;
  font-size:16px;
  font-weight:520;
}
.whatsapp-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid rgba(200,147,50,.48);
  color:#9b681e;
  background:#fff;
  font-weight:950;
  box-shadow:0 12px 32px rgba(75,52,24,.08);
}
.about-service-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.service-box{
  min-height:170px;
  padding:24px;
  border-radius:24px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(200,147,50,.22);
  box-shadow:0 18px 50px rgba(75,52,24,.08);
}
.service-box i{
  display:block;
  color:#c89332;
  font-style:normal;
  font-size:31px;
  line-height:1;
  margin-bottom:14px;
}
.service-box b{
  display:block;
  color:#17120d;
  font-size:18px;
  margin-bottom:9px;
}
.service-box span{
  color:#6f6357;
  font-size:14px;
  line-height:1.55;
  font-weight:600;
}
.about-photo-collage{
  display:grid;
  grid-template-columns:1.15fr .9fr;
  gap:14px;
  min-height:410px;
}
.about-photo-collage img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:24px;
  border:1px solid rgba(88,62,30,.12);
  box-shadow:0 18px 60px rgba(75,52,24,.12);
}
.photo-side{display:grid;gap:14px}
.about-stats{
  margin-top:34px!important;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  border:1px solid rgba(200,147,50,.20);
  border-radius:24px;
  background:rgba(255,255,255,.80);
  box-shadow:0 22px 65px rgba(75,52,24,.10);
  overflow:hidden;
  max-width:850px;
}
.about-stats div{
  min-height:105px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:8px 16px;
  align-items:center;
  padding:22px 28px;
  border-right:1px solid rgba(200,147,50,.18);
}
.about-stats div:last-child{border-right:0}
.about-stats i{
  grid-row:1/3;
  color:#c89332;
  font-style:normal;
  font-size:36px;
}
.about-stats b{
  font-size:34px;
  line-height:1;
  color:#17120d;
}
.about-stats span{
  color:#6f6357;
  font-weight:700;
  font-size:14px;
}

/* global mobile strengthening */
@media(max-width:1180px){
  .about-premium-grid{grid-template-columns:1fr 1fr}
  .about-photo-collage{grid-column:1/-1}
}
@media(max-width:760px){
  .container{width:calc(100% - 28px)!important}
  .about-cover{
    min-height:auto;
    border-bottom-left-radius:32px;
    border-bottom-right-radius:32px;
  }
  .about-cover:before{
    background:
      linear-gradient(180deg,rgba(17,13,9,.92),rgba(17,13,9,.68)),
      var(--about-cover) center/cover no-repeat;
  }
  .about-cover-content{padding:55px 0}
  .about-cover-content h1{font-size:42px;letter-spacing:-1px}
  .gold-line{width:220px;margin:20px 0}
  .about-cover-content h2{font-size:24px}
  .about-cover-content p{font-size:15px}
  .about-premium-body{padding:38px 0 54px}
  .about-premium-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
  }
  .about-service-grid{
    grid-template-columns:1fr;
  }
  .service-box{
    min-height:auto;
    padding:20px;
    border-radius:20px;
  }
  .about-photo-collage{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .about-photo-collage img{
    height:auto;
    aspect-ratio:4/3;
    border-radius:20px;
  }
  .photo-side{
    grid-template-columns:1fr;
  }
  .about-stats{
    grid-template-columns:1fr;
    margin-top:20px!important;
  }
  .about-stats div{
    border-right:0;
    border-bottom:1px solid rgba(200,147,50,.18);
    min-height:92px;
  }
  .about-stats div:last-child{border-bottom:0}
  .hero-grid,.inner-hero-grid,.about-modern-grid,.contact-layout,.showcase-grid,.about-grid{
    grid-template-columns:1fr!important;
  }
  .cat-grid,.value-grid,.check-grid,.palette-grid{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:420px){
  .brand img{height:52px!important;max-width:135px!important}
  .mobile-toggle{width:50px!important;height:50px!important}
  .menu{top:80px!important;left:10px!important;right:10px!important}
}


/* =========================================================
   ALPMERMER FULL MOBILE FINAL FIX
   - smaller mobile hamburger menu
   - no horizontal scroll
   - contact button gold only when active
   - all pages mobile responsive
========================================================= */
html, body{
  max-width:100% !important;
  overflow-x:hidden !important;
}
body.menu-open{
  overflow:hidden !important;
}

/* desktop: contact only gold if active */
.menu a.contact-link{
  background:#fff !important;
  color:#51483d !important;
  border:1px solid rgba(88,62,30,.10) !important;
}
.menu a.contact-link:hover{
  background:#fff !important;
  color:#17120d !important;
}
.menu a.contact-link.active,
.menu a.active.contact-link{
  color:#fff !important;
  background:linear-gradient(135deg,#a86f20,#d7a743) !important;
  box-shadow:0 14px 34px rgba(199,150,58,.25) !important;
}

/* Tablet/mobile hamburger */
@media(max-width:1050px){
  .topbar{
    position:sticky !important;
    top:0 !important;
    z-index:9999 !important;
  }

  .nav-shell{
    width:100% !important;
    min-height:72px !important;
    padding:8px 16px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
  }

  .brand{
    max-width:150px !important;
    flex:0 0 auto !important;
    z-index:10001 !important;
  }

  .brand img{
    height:50px !important;
    max-width:130px !important;
    object-fit:contain !important;
  }

  .brand-text{
    font-size:18px !important;
    line-height:1 !important;
  }

  .mobile-toggle{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:46px !important;
    height:46px !important;
    border-radius:15px !important;
    border:1px solid rgba(88,62,30,.15) !important;
    background:#fff !important;
    color:#17120d !important;
    box-shadow:0 10px 24px rgba(75,52,24,.11) !important;
    font-size:26px !important;
    line-height:1 !important;
    z-index:10001 !important;
    cursor:pointer !important;
  }

  .mobile-toggle.is-open{
    background:linear-gradient(135deg,#c89332,#e7bd62) !important;
    color:#fff !important;
  }

  .menu{
    position:fixed !important;
    top:78px !important;
    right:14px !important;
    left:auto !important;
    width:min(310px, calc(100vw - 28px)) !important;
    max-width:310px !important;
    max-height:calc(100vh - 96px) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    display:none !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:8px !important;
    padding:13px !important;
    border-radius:22px !important;
    background:rgba(255,250,242,.98) !important;
    border:1px solid rgba(88,62,30,.14) !important;
    box-shadow:0 24px 80px rgba(20,15,10,.22) !important;
    backdrop-filter:blur(18px) !important;
    -webkit-backdrop-filter:blur(18px) !important;
    z-index:10000 !important;
  }

  .menu.open{
    display:flex !important;
    animation:alpMenuDrop .2s ease both;
  }

  .menu a{
    width:100% !important;
    height:44px !important;
    min-height:44px !important;
    padding:0 15px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    border-radius:14px !important;
    font-size:14px !important;
    font-weight:850 !important;
    background:#fff !important;
    color:#2c241b !important;
    border:1px solid rgba(88,62,30,.10) !important;
    box-shadow:0 8px 20px rgba(75,52,24,.06) !important;
    transform:none !important;
    margin:0 !important;
  }

  .menu a:hover{
    transform:none !important;
  }

  .menu a.active{
    color:#fff !important;
    background:linear-gradient(135deg,#a86f20,#d7a743) !important;
  }

  .menu a.contact-link{
    justify-content:flex-start !important;
    color:#2c241b !important;
    background:#fff !important;
  }

  .menu a.contact-link.active{
    color:#fff !important;
    background:linear-gradient(135deg,#a86f20,#d7a743) !important;
  }

  @keyframes alpMenuDrop{
    from{opacity:0;transform:translateY(-8px) scale(.98)}
    to{opacity:1;transform:translateY(0) scale(1)}
  }
}

/* all page mobile layout */
@media(max-width:760px){
  .container{
    width:calc(100% - 28px) !important;
  }

  .home-hero.real-hero,
  .inner-hero,
  .about-cover{
    margin-top:0 !important;
  }

  .hero-grid,
  .inner-hero-grid,
  .about-modern-grid,
  .contact-layout,
  .showcase-grid,
  .about-grid,
  .about-premium-grid{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }

  .hero-content h1,
  .inner-hero h1,
  .about-cover-content h1{
    font-size:38px !important;
    line-height:1.05 !important;
    letter-spacing:-1px !important;
  }

  .hero-content p,
  .inner-hero p,
  .about-cover-content p,
  .about-copy p{
    font-size:15.5px !important;
    line-height:1.65 !important;
  }

  .hero-buttons{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .btn{
    width:100% !important;
    height:48px !important;
  }

  .hero-photo-card,
  .inner-hero-image,
  .project-card,
  .cat-card,
  .about-content-card,
  .contact-form-card,
  .map-box,
  .service-box,
  .value-card{
    border-radius:22px !important;
  }

  .hero-photo-card img,
  .inner-hero-image img{
    height:auto !important;
    aspect-ratio:4/3 !important;
    object-fit:cover !important;
  }

  .cat-grid,
  .value-grid,
  .check-grid,
  .palette-grid,
  .about-service-grid,
  .about-stats{
    grid-template-columns:1fr !important;
  }

  .cat-card img{
    height:auto !important;
    aspect-ratio:1200/760 !important;
    object-fit:contain !important;
  }

  .project-card,
  .project-card.big{
    min-height:300px !important;
  }

  .about-photo-stack,
  .about-photo-collage{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:13px !important;
    min-height:auto !important;
  }

  .about-photo-stack .photo-main,
  .about-photo-stack .photo-small,
  .about-photo-collage img{
    position:relative !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:4/3 !important;
    right:auto !important;
    bottom:auto !important;
    border:0 !important;
    border-radius:20px !important;
  }

  .photo-side{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:13px !important;
  }

  .contact-info-card{
    align-items:flex-start !important;
    padding:16px !important;
  }

  .contact-info-card i{
    width:48px !important;
    height:48px !important;
    flex-basis:48px !important;
    border-radius:16px !important;
  }

  .palette-title{
    display:block !important;
  }

  .palette-title h1{
    margin-top:12px !important;
  }

  .footer-inner{
    display:grid !important;
    grid-template-columns:1fr !important;
    text-align:center !important;
  }

  /* about page compact */
  .about-cover{
    min-height:auto !important;
    border-bottom-left-radius:28px !important;
    border-bottom-right-radius:28px !important;
  }

  .about-cover-content{
    padding:46px 0 !important;
  }

  .gold-line{
    width:210px !important;
    margin:18px 0 !important;
  }

  .about-premium-body{
    padding:34px 0 50px !important;
  }

  .service-box{
    min-height:auto !important;
    padding:18px !important;
  }

  .about-stats{
    max-width:100% !important;
    margin-top:18px !important;
  }

  .about-stats div{
    border-right:0 !important;
    border-bottom:1px solid rgba(200,147,50,.18) !important;
    min-height:84px !important;
    padding:18px !important;
  }

  .about-stats div:last-child{
    border-bottom:0 !important;
  }
}

@media(max-width:420px){
  .nav-shell{
    padding:8px 12px !important;
  }
  .brand img{
    height:46px !important;
    max-width:120px !important;
  }
  .mobile-toggle{
    width:44px !important;
    height:44px !important;
    font-size:24px !important;
  }
  .menu{
    top:74px !important;
    right:10px !important;
    width:min(285px, calc(100vw - 20px)) !important;
    max-width:285px !important;
    padding:11px !important;
    gap:7px !important;
  }
  .menu a{
    height:42px !important;
    min-height:42px !important;
    font-size:13.5px !important;
    border-radius:13px !important;
  }
}


/* ===== PREMIUM ALT BÖLÜM / FOOTER FIX ===== */
.about-strip{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(232,197,110,.16), transparent 30%),
    linear-gradient(180deg,#fffaf2 0%,#fff7e8 48%,#efe1c9 100%) !important;
}
.about-strip:after{
  content:"";
  position:absolute;
  inset:auto -10% -120px -10%;
  height:220px;
  background:radial-gradient(circle,rgba(200,147,50,.18),transparent 65%);
  pointer-events:none;
}
.premium-footer-cta{
  position:relative;
  overflow:hidden;
  padding:82px 0 72px;
  background:#14100c;
  color:#fff;
}
.premium-footer-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(15,12,8,.94),rgba(15,12,8,.68),rgba(15,12,8,.92)),
    radial-gradient(circle at 20% 20%,rgba(232,197,110,.20),transparent 32%),
    url('assets/img/projects/mutfak-siyah-beyaz.jpg') center/cover no-repeat;
  opacity:1;
}
.premium-footer-cta:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:linear-gradient(90deg,transparent,#c89332,#e7bd62,#c89332,transparent);
}
.premium-footer-cta:after{
  content:"";
  position:absolute;
  inset:24px;
  border:1px solid rgba(232,197,110,.26);
  border-radius:34px;
  pointer-events:none;
}
.premium-footer-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr auto;
  gap:34px;
  align-items:center;
}
.premium-footer-brand img{
  height:74px;
  width:auto;
  max-width:180px;
  object-fit:contain;
  margin-bottom:14px;
}
.premium-footer-brand span{
  display:inline-flex;
  padding:9px 15px;
  border-radius:999px;
  background:rgba(232,197,110,.12);
  border:1px solid rgba(232,197,110,.24);
  color:#e7bd62;
  font-size:13px;
  font-weight:950;
  margin-bottom:16px;
}
.premium-footer-brand h2{
  margin:0 0 14px;
  max-width:780px;
  font-size:clamp(32px,4.4vw,58px);
  line-height:1.04;
  letter-spacing:-1.8px;
  color:#fff;
}
.premium-footer-brand p{
  margin:0;
  max-width:620px;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.7;
  font-weight:600;
}
.premium-footer-actions{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-width:210px;
}
.footer-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  font-weight:950;
  border:1px solid rgba(255,255,255,.18);
}
.footer-btn.gold{
  background:linear-gradient(135deg,#c89332,#e7bd62);
  color:#201508;
  box-shadow:0 18px 48px rgba(200,147,50,.22);
}
.footer-btn.light{
  background:rgba(255,255,255,.10);
  color:#fff;
  backdrop-filter:blur(10px);
}
.premium-footer{
  background:#0f0c09 !important;
  border-top:1px solid rgba(232,197,110,.18) !important;
  color:rgba(255,255,255,.72) !important;
  padding:30px 0 !important;
}
.premium-footer .footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.premium-footer b{
  color:#e7bd62;
  letter-spacing:.5px;
}
@media(max-width:900px){
  .premium-footer-inner{
    grid-template-columns:1fr;
    text-align:center;
  }
  .premium-footer-brand img{
    margin-left:auto;
    margin-right:auto;
  }
  .premium-footer-actions{
    min-width:0;
    width:100%;
    max-width:360px;
    margin:auto;
  }
}
@media(max-width:600px){
  .premium-footer-cta{
    padding:58px 0 52px;
  }
  .premium-footer-cta:after{
    inset:14px;
    border-radius:24px;
  }
  .premium-footer-brand h2{
    font-size:31px;
    letter-spacing:-1px;
  }
  .premium-footer-brand p{
    font-size:15px;
  }
  .premium-footer .footer-inner{
    display:grid;
    grid-template-columns:1fr;
    text-align:center;
  }
}


/* ===== PREMIUM KLASÖRDEN OTOMATİK OKUNAN GALERİ ===== */
.gallery-hero-premium{
  position:relative;
  overflow:hidden;
  padding:82px 0 72px;
  background:
    linear-gradient(135deg,rgba(255,250,242,.96),rgba(255,255,255,.88)),
    radial-gradient(circle at 85% 10%,rgba(200,147,50,.20),transparent 34%);
  border-bottom:1px solid rgba(88,62,30,.12);
}
.gallery-hero-premium:after{
  content:"";
  position:absolute;
  right:-140px;
  top:-140px;
  width:460px;
  height:460px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(232,197,110,.24),transparent 68%);
}
.gallery-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:28px;
}
.gallery-hero-inner h1{
  margin:20px 0 14px;
  font-size:clamp(42px,5.5vw,78px);
  line-height:1;
  letter-spacing:-2.4px;
  color:#17120d;
  font-weight:950;
}
.gallery-hero-inner p{
  max-width:720px;
  color:#665b4d;
  font-size:18px;
  line-height:1.75;
  font-weight:600;
  margin:0;
}
.gallery-count-box{
  min-width:190px;
  padding:28px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(88,62,30,.12);
  box-shadow:0 22px 70px rgba(75,52,24,.12);
  text-align:center;
}
.gallery-count-box b{
  display:block;
  font-size:44px;
  line-height:1;
  color:#c89332;
}
.gallery-count-box span{
  display:block;
  margin-top:8px;
  color:#6f6357;
  font-weight:850;
}
.gallery-page-premium{
  padding:54px 0 92px;
  background:
    radial-gradient(circle at top left,rgba(232,197,110,.10),transparent 30%),
    linear-gradient(180deg,#fffaf2,#fff 42%,#fff8ed);
}
.masonry-gallery{
  column-count:4;
  column-gap:18px;
}
.masonry-item{
  position:relative;
  display:block;
  break-inside:avoid;
  -webkit-column-break-inside:avoid;
  margin:0 0 18px;
  border-radius:26px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(88,62,30,.13);
  box-shadow:0 18px 48px rgba(75,52,24,.10);
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.masonry-item:hover{
  transform:translateY(-5px);
  border-color:rgba(200,147,50,.38);
  box-shadow:0 30px 80px rgba(75,52,24,.18);
}
.masonry-item img{
  width:100%;
  height:auto;
  display:block;
  transition:transform .45s ease, filter .45s ease;
}
.masonry-item:hover img{
  transform:scale(1.045);
  filter:brightness(.82);
}
.masonry-item span{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  height:42px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  color:#8d5d18;
  font-weight:950;
  opacity:0;
  transform:translateY(8px);
  transition:.24s ease;
  backdrop-filter:blur(10px);
}
.masonry-item:hover span{
  opacity:1;
  transform:translateY(0);
}
.gallery-empty{
  padding:42px;
  border-radius:30px;
  background:#fff;
  border:1px dashed rgba(200,147,50,.38);
  box-shadow:0 22px 70px rgba(75,52,24,.10);
  text-align:center;
}
.gallery-empty h2{
  margin:0 0 10px;
  color:#17120d;
}
.gallery-empty p{
  margin:0;
  color:#6f6357;
}
body.lightbox-open{
  overflow:hidden;
}
@media(max-width:1100px){
  .masonry-gallery{column-count:3}
}
@media(max-width:760px){
  .gallery-hero-premium{
    padding:46px 0 38px;
  }
  .gallery-hero-inner{
    grid-template-columns:1fr;
    text-align:left;
  }
  .gallery-count-box{
    min-width:0;
    width:100%;
    padding:20px;
    border-radius:24px;
  }
  .gallery-hero-inner h1{
    font-size:40px;
    letter-spacing:-1.2px;
  }
  .gallery-hero-inner p{
    font-size:15.5px;
  }
  .gallery-page-premium{
    padding:34px 0 60px;
  }
  .masonry-gallery{
    column-count:2;
    column-gap:10px;
  }
  .masonry-item{
    margin-bottom:10px;
    border-radius:16px;
  }
  .masonry-item span{
    display:none;
  }
}
@media(max-width:420px){
  .masonry-gallery{
    column-count:2;
    column-gap:8px;
  }
  .masonry-item{
    margin-bottom:8px;
    border-radius:14px;
  }
}



/* =========================================================
   ALP MERMER LOGO BOYUT FINAL FIX
   Masaüstü + tablet + mobil logoyu büyütür.
   Önceki 120px / 130px sıkıştırmaları bu blokla ezilir.
========================================================= */

/* Masaüstü */
.nav-shell{
  grid-template-columns:360px 1fr !important;
}

.brand{
  max-width:none !important;
  width:auto !important;
  min-width:0 !important;
  flex:0 0 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}

.brand img{
  height:115px !important;
  max-width:340px !important;
  width:auto !important;
  object-fit:contain !important;
}

/* Header yüksekliği logoya göre */
.topbar .nav-shell{
  min-height:126px !important;
}

/* Tablet */
@media(max-width:1050px){
  .nav-shell{
    min-height:92px !important;
    padding:8px 16px !important;
  }

  .brand{
    max-width:none !important;
    width:auto !important;
    flex:0 0 auto !important;
  }

  .brand img{
    height:82px !important;
    max-width:260px !important;
    width:auto !important;
    object-fit:contain !important;
  }

  .topbar .nav-shell{
    min-height:96px !important;
  }
}

/* Mobil */
@media(max-width:760px){
  .nav-shell{
    min-height:84px !important;
    padding:7px 14px !important;
  }

  .brand{
    max-width:none !important;
    width:auto !important;
    flex:0 0 auto !important;
  }

  .brand img{
    height:72px !important;
    max-width:220px !important;
    width:auto !important;
    object-fit:contain !important;
  }

  .mobile-toggle{
    width:46px !important;
    height:46px !important;
    flex:0 0 46px !important;
  }

  .menu{
    top:88px !important;
  }
}

/* Küçük telefon */
@media(max-width:420px){
  .nav-shell{
    min-height:78px !important;
    padding:6px 10px !important;
  }

  .brand img{
    height:64px !important;
    max-width:190px !important;
  }

  .mobile-toggle{
    width:44px !important;
    height:44px !important;
    flex:0 0 44px !important;
  }

  .menu{
    top:82px !important;
  }
}

/* Çok dar ekran */
@media(max-width:360px){
  .brand img{
    height:58px !important;
    max-width:165px !important;
  }
}

/* PREMIUM HEADER RESPONSIVE FIX */
@media(max-width:1180px){
  .nav-shell{grid-template-columns:300px 1fr;gap:20px}
  .brand img{height:92px;max-width:120px}
  .brand-copy b{font-size:32px}
  .brand-copy small{font-size:11px}
  .menu{gap:15px}
  .menu a{font-size:14px}
  .menu a.contact-link{padding:0 24px;height:56px}
}
@media(max-width:1050px){
  .header-info{display:none}
  .site-header{position:sticky}
  .nav-shell{width:min(1180px,calc(100% - 32px));min-height:88px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}
  .brand img{height:72px;max-width:95px}
  .brand-copy b{font-size:27px}
  .brand-copy small{font-size:10px;margin-top:6px}
  .mobile-toggle{display:inline-flex;align-items:center;justify-content:center}
  .menu{display:none;width:100%;justify-self:auto;overflow-x:auto;justify-content:flex-start;border-radius:20px;background:#fff;padding:12px;border:1px solid var(--line);gap:18px}
  .menu.open{display:flex}
  .menu a{height:44px;font-size:13px}
  .menu a.contact-link{height:46px;border-radius:14px;padding:0 18px;margin-left:0}
}
@media(max-width:760px){
  .nav-shell{min-height:78px}
  .brand{gap:10px}
  .brand img{height:60px;max-width:78px}
  .brand-copy b{font-size:22px}
  .brand-copy small{display:none}
  .menu a{height:40px;padding:0 4px;font-size:13px}
}


/* =========================================================
   ALP MERMER PREMIUM HEADER V3 - MOCKUP MATCH FIX
   - Gold contact button desktop
   - Cleaner luxury header spacing
   - Top info bar alignment
   - Prevent old mobile rules overriding desktop button
========================================================= */
.site-header{
  background:rgba(255,250,242,.98) !important;
  box-shadow:0 12px 36px rgba(75,52,24,.06) !important;
}
.header-info{
  height:36px !important;
  background:linear-gradient(90deg,#fffaf2 0%,#fff 52%,#fff7ea 100%) !important;
  border-bottom:1px solid rgba(201,147,50,.20) !important;
}
.header-info-inner{
  width:min(1390px,calc(100% - 80px)) !important;
}
.topbar{
  background:rgba(255,250,242,.97) !important;
}
.nav-shell{
  width:min(1390px,calc(100% - 80px)) !important;
  min-height:118px !important;
  grid-template-columns:410px 1fr !important;
  gap:34px !important;
}
.brand img{
  height:96px !important;
  max-width:128px !important;
}
.brand-copy b{
  font-size:40px !important;
  letter-spacing:-1.2px !important;
}
.brand-copy small{
  font-size:12px !important;
  letter-spacing:.65px !important;
}
.menu{
  gap:24px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
}
.menu a{
  height:58px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  color:#17120d !important;
  box-shadow:none !important;
  font-size:16px !important;
  font-weight:900 !important;
}
.menu a.active{
  color:#b77b25 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.menu a:after{
  bottom:0 !important;
  height:2px !important;
}
.menu a.contact-link,
.menu a.contact-link.active{
  margin-left:10px !important;
  height:56px !important;
  padding:0 30px !important;
  border-radius:16px !important;
  color:#fff !important;
  background:linear-gradient(135deg,#c89332 0%,#e7bd62 100%) !important;
  border:1px solid rgba(201,147,50,.28) !important;
  box-shadow:0 18px 45px rgba(201,147,50,.28) !important;
}
.menu a.contact-link:after{display:none !important;}
.menu a.contact-link:hover{
  color:#fff !important;
  background:linear-gradient(135deg,#b98224 0%,#e0b252 100%) !important;
  transform:translateY(-2px) !important;
  box-shadow:0 24px 58px rgba(201,147,50,.36) !important;
}
.hero-content h1{
  max-width:760px !important;
  word-break:normal !important;
}
@media(max-width:1280px){
  .header-info-inner,.nav-shell{width:min(1180px,calc(100% - 48px)) !important;}
  .nav-shell{grid-template-columns:350px 1fr !important; gap:24px !important;}
  .brand img{height:86px !important; max-width:112px !important;}
  .brand-copy b{font-size:34px !important;}
  .brand-copy small{font-size:11px !important;}
  .menu{gap:18px !important;}
  .menu a{font-size:14px !important;}
  .menu a.contact-link{padding:0 24px !important;}
}
@media(max-width:1050px){
  .header-info{display:none !important;}
  .nav-shell{
    width:min(1180px,calc(100% - 32px)) !important;
    min-height:84px !important;
    display:flex !important;
    flex-wrap:wrap !important;
    justify-content:space-between !important;
    gap:14px !important;
    padding:8px 0 !important;
  }
  .brand img{height:64px !important; max-width:84px !important;}
  .brand-copy b{font-size:27px !important;}
  .brand-copy small{font-size:10px !important;}
  .menu{
    display:none !important;
    width:100% !important;
    background:#fff !important;
    border:1px solid var(--line) !important;
    border-radius:22px !important;
    padding:12px !important;
    gap:12px !important;
    box-shadow:0 18px 48px rgba(75,52,24,.12) !important;
  }
  .menu.open{display:flex !important; flex-direction:column !important; align-items:stretch !important;}
  .menu a{
    height:44px !important;
    padding:0 16px !important;
    justify-content:flex-start !important;
    border-radius:14px !important;
  }
  .menu a.active{background:#fff2d7 !important; color:#9b6b25 !important;}
  .menu a:after{display:none !important;}
  .menu a.contact-link,
  .menu a.contact-link.active{
    margin-left:0 !important;
    height:46px !important;
    border-radius:14px !important;
    justify-content:center !important;
  }
}
@media(max-width:760px){
  .brand-copy b{font-size:22px !important;}
  .brand-copy small{font-size:8.8px !important;}
  .hero-content h1{font-size:42px !important; letter-spacing:-1.2px !important;}
}

/* =========================================================
   ALP MERMER - İç Sayfa Premium Hero Alanları v4
   Çimstone / Belenco / Granit / Galeri sayfaları
   ========================================================= */
.stone-hero{
  position:relative;
  isolation:isolate;
  min-height:380px;
  margin:0;
  overflow:hidden;
  background:#f8f1e5;
  border-bottom:1px solid rgba(120,86,38,.12);
}
.stone-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:var(--stone-bg) center/cover no-repeat;
  transform:scale(1.015);
}
.stone-hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(255,250,242,.94) 0%,rgba(255,250,242,.82) 37%,rgba(255,250,242,.18) 67%,rgba(255,250,242,.02) 100%),
    radial-gradient(circle at 18% 38%,rgba(221,172,82,.18),transparent 38%);
}
.stone-hero-dark:after{
  background:
    linear-gradient(90deg,rgba(13,11,9,.86) 0%,rgba(13,11,9,.68) 42%,rgba(13,11,9,.25) 76%,rgba(13,11,9,.12) 100%),
    radial-gradient(circle at 18% 35%,rgba(217,166,66,.20),transparent 34%);
}
.stone-hero-inner{
  position:relative;
  min-height:380px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:58px 0;
}
.stone-hero-content{
  max-width:620px;
}
.stone-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(201,147,50,.35);
  background:rgba(255,244,220,.72);
  color:#b57922;
  font-weight:950;
  font-size:13px;
  letter-spacing:.25px;
  text-transform:uppercase;
  box-shadow:0 12px 35px rgba(130,84,22,.08);
}
.stone-hero h1{
  margin:18px 0 12px;
  font-size:clamp(48px,6vw,82px);
  line-height:.95;
  letter-spacing:-3px;
  color:#100d0a;
  font-weight:950;
}
.stone-hero p{
  max-width:620px;
  margin:0;
  color:#3c342b;
  font-size:18px;
  line-height:1.65;
  font-weight:650;
}
.stone-hero-dark h1,
.stone-hero-dark p{color:#fff}
.stone-hero-dark p{color:rgba(255,255,255,.86)}
.stone-hero-dark .stone-badge{background:rgba(20,15,9,.48);color:#e4b45d;border-color:rgba(226,188,103,.45)}
.stone-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:48px;
  margin-top:26px;
  padding:0 24px;
  border-radius:14px;
  color:#fff!important;
  background:linear-gradient(135deg,#b77b25,#e2b653);
  font-weight:950;
  text-decoration:none!important;
  box-shadow:0 18px 44px rgba(183,123,37,.28);
  transition:.22s ease;
}
.stone-btn:hover{transform:translateY(-2px);box-shadow:0 24px 55px rgba(183,123,37,.36)}
.stone-benefits{
  position:relative;
  z-index:3;
  margin-top:-42px;
  padding:0 0 18px;
}
.stone-benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
  border:1px solid rgba(126,93,47,.14);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(55,35,15,.13);
}
.stone-benefits-grid div{
  min-height:96px;
  padding:22px 24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-right:1px solid rgba(126,93,47,.13);
}
.stone-benefits-grid div:last-child{border-right:0}
.stone-benefits-grid b{
  display:block;
  color:#17120d;
  font-size:15px;
  line-height:1.25;
  font-weight:950;
}
.stone-benefits-grid span{
  display:block;
  margin-top:6px;
  color:#7a7065;
  font-size:13px;
  font-weight:650;
}
.palette-page{padding-top:46px!important;background:linear-gradient(180deg,#fffaf2 0%,#fff 42%,#fff7ea 100%)!important}
.stone-hero-gallery{min-height:430px}
.stone-hero-gallery .stone-hero-inner{min-height:430px}
.hero-count-box{background:rgba(255,255,255,.88)!important;backdrop-filter:blur(12px)}
@media(max-width:1050px){
  .stone-hero,.stone-hero-inner{min-height:330px}
  .stone-hero:after{background:linear-gradient(90deg,rgba(255,250,242,.96),rgba(255,250,242,.80) 58%,rgba(255,250,242,.18))}
  .stone-hero-dark:after{background:linear-gradient(90deg,rgba(13,11,9,.86),rgba(13,11,9,.60) 70%,rgba(13,11,9,.26))}
  .stone-benefits-grid{grid-template-columns:repeat(2,1fr)}
  .stone-benefits-grid div:nth-child(2){border-right:0}
  .stone-benefits-grid div:nth-child(1),.stone-benefits-grid div:nth-child(2){border-bottom:1px solid rgba(126,93,47,.13)}
}
@media(max-width:760px){
  .stone-hero{min-height:360px}
  .stone-hero:before{background-position:center right!important}
  .stone-hero:after{background:linear-gradient(180deg,rgba(255,250,242,.95),rgba(255,250,242,.78),rgba(255,250,242,.52))}
  .stone-hero-dark:after{background:linear-gradient(180deg,rgba(13,11,9,.82),rgba(13,11,9,.66),rgba(13,11,9,.48))}
  .stone-hero-inner{min-height:360px;padding:44px 0;display:block}
  .stone-hero h1{font-size:46px;letter-spacing:-1.6px}
  .stone-hero p{font-size:16px;line-height:1.55}
  .stone-benefits{margin-top:0;padding:16px 0 0;background:#fffaf2}
  .stone-benefits-grid{grid-template-columns:1fr;border-radius:20px}
  .stone-benefits-grid div{min-height:auto;padding:17px 18px;border-right:0!important;border-bottom:1px solid rgba(126,93,47,.13)}
  .stone-benefits-grid div:last-child{border-bottom:0}
  .hero-count-box{display:none!important}
}

/* V5 PREMIUM STONE HERO + BENEFIT CARDS */
.stone-hero{
  min-height:420px!important;
  margin:0 0 0!important;
  background:#0f0d0a!important;
  border-bottom:0!important;
}
.stone-hero:before{
  background:var(--stone-bg) center/cover no-repeat!important;
  transform:scale(1.01)!important;
  filter:saturate(1.05) contrast(1.03)!important;
}
.stone-hero:after{
  background:
    linear-gradient(90deg,rgba(255,250,242,.96) 0%,rgba(255,250,242,.90) 36%,rgba(255,250,242,.46) 58%,rgba(255,250,242,.08) 100%),
    radial-gradient(circle at 20% 38%,rgba(226,182,90,.18),transparent 36%)!important;
}
.stone-hero-dark:after{
  background:
    linear-gradient(90deg,rgba(15,12,9,.90) 0%,rgba(15,12,9,.74) 38%,rgba(15,12,9,.36) 68%,rgba(15,12,9,.16) 100%),
    radial-gradient(circle at 18% 36%,rgba(225,176,80,.22),transparent 34%)!important;
}
.stone-hero-inner{
  min-height:420px!important;
  padding:68px 0!important;
}
.stone-hero-content{
  position:relative;
  max-width:650px!important;
  z-index:2;
}
.stone-hero-content:before{
  content:"";
  position:absolute;
  left:0;
  top:-26px;
  width:94px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg,#c89332,#e7bd62);
}
.stone-hero h1{
  font-size:clamp(54px,6.2vw,92px)!important;
  letter-spacing:-3.4px!important;
  margin:18px 0 14px!important;
}
.stone-hero p{
  font-size:19px!important;
  max-width:610px!important;
  font-weight:750!important;
}
.stone-hero-light h1{color:#12100d!important}
.stone-hero-light p{color:#463b2e!important}
.stone-hero-dark h1{color:#fff!important;text-shadow:0 18px 60px rgba(0,0,0,.38)}
.stone-hero-dark p{color:rgba(255,255,255,.88)!important}
.stone-badge{
  min-height:34px!important;
  padding:0 18px!important;
  background:rgba(255,247,231,.74)!important;
  border:1px solid rgba(201,147,50,.42)!important;
  color:#a96f20!important;
  box-shadow:none!important;
}
.stone-hero-dark .stone-badge{background:rgba(16,12,8,.52)!important;color:#e7bd62!important;border-color:rgba(231,189,98,.42)!important}
.stone-btn{
  border-radius:15px!important;
  height:50px!important;
  padding:0 26px!important;
  box-shadow:0 22px 50px rgba(183,123,37,.26)!important;
}
.stone-benefits{
  margin-top:-48px!important;
  padding:0 0 28px!important;
  background:transparent!important;
}
.stone-benefits-grid{
  grid-template-columns:repeat(4,1fr)!important;
  gap:14px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  backdrop-filter:none!important;
}
.stone-benefits-grid div{
  position:relative;
  min-height:118px!important;
  padding:24px 22px 22px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(126,93,47,.13)!important;
  border-radius:24px!important;
  box-shadow:0 24px 65px rgba(62,39,16,.10)!important;
  overflow:hidden;
}
.stone-benefits-grid div:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:3px;
  background:linear-gradient(90deg,#c89332,rgba(231,189,98,.18));
}
.benefit-icon{
  display:block;
  width:34px;
  height:34px;
  margin-bottom:12px;
  border-radius:12px;
  border:1px solid rgba(201,147,50,.28);
  background:linear-gradient(135deg,rgba(255,247,231,.95),rgba(255,255,255,.82));
  position:relative;
}
.benefit-icon:after{
  content:"";
  position:absolute;
  inset:9px;
  border:2px solid #c89332;
}
.benefit-diamond:after{transform:rotate(45deg);border-radius:3px}
.benefit-shield:after{border-radius:8px 8px 12px 12px;border-top-width:3px}
.benefit-clean:after{border-radius:50%;border-top-color:transparent;transform:rotate(-22deg)}
.benefit-pin:after{border-radius:50% 50% 50% 0;transform:rotate(-45deg)}
.stone-benefits-grid b{font-size:16px!important;color:#17120d!important;line-height:1.2!important}
.stone-benefits-grid span{font-size:13px!important;color:#756a60!important;font-weight:700!important;line-height:1.45!important}
.hero-count-box{
  min-width:190px;
  padding:30px 26px;
  border-radius:28px;
  background:rgba(255,255,255,.90);
  border:1px solid rgba(126,93,47,.14);
  box-shadow:0 30px 80px rgba(45,29,12,.18);
  text-align:center;
  backdrop-filter:blur(14px);
}
.hero-count-box strong{display:block;color:#c89332;font-size:46px;line-height:1;font-weight:950;letter-spacing:-1px}
.hero-count-box span{display:block;margin-top:9px;color:#3d342b;font-weight:900}
@media(max-width:1050px){
  .stone-hero,.stone-hero-inner{min-height:380px!important}
  .stone-benefits-grid{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:760px){
  .stone-hero,.stone-hero-inner{min-height:360px!important}
  .stone-hero-inner{padding:48px 0 76px!important}
  .stone-hero h1{font-size:46px!important;letter-spacing:-1.6px!important}
  .stone-hero p{font-size:16px!important}
  .stone-hero:after{background:linear-gradient(180deg,rgba(255,250,242,.95),rgba(255,250,242,.78) 62%,rgba(255,250,242,.50))!important}
  .stone-hero-dark:after{background:linear-gradient(180deg,rgba(15,12,9,.86),rgba(15,12,9,.70) 64%,rgba(15,12,9,.46))!important}
  .stone-benefits{margin-top:-50px!important;padding:0 0 24px!important}
  .stone-benefits-grid{grid-template-columns:1fr!important;gap:10px!important}
  .stone-benefits-grid div{min-height:auto!important;padding:18px 18px!important;border-radius:20px!important}
}

/* =========================================================
   ALP MERMER - Anasayfa Premium Sağ Görsel Slider v7
   ========================================================= */
.home-hero.real-hero{
  min-height:660px !important;
  background:
    radial-gradient(circle at 16% 20%,rgba(231,189,98,.18),transparent 34%),
    linear-gradient(135deg,#18120b 0%,#100d09 50%,#24190d 100%) !important;
}
.home-hero.real-hero .hero-photo-bg{
  opacity:.26 !important;
  filter:blur(1px) saturate(.95) !important;
  background:var(--hero-bg) center/cover no-repeat !important;
}
.home-hero.real-hero:after{
  background:
    linear-gradient(90deg,rgba(16,12,8,.78) 0%,rgba(16,12,8,.40) 50%,rgba(16,12,8,.18) 100%),
    linear-gradient(180deg,transparent 72%,#fffaf2 100%) !important;
}
.hero-grid{
  grid-template-columns:minmax(420px,.86fr) minmax(480px,1.14fr) !important;
  gap:54px !important;
  padding:74px 0 86px !important;
}
.glass-content{
  max-width:680px !important;
  padding:38px 38px 40px !important;
  border-radius:34px !important;
  border:1px solid rgba(231,189,98,.22) !important;
  background:linear-gradient(135deg,rgba(17,13,9,.76),rgba(17,13,9,.42)) !important;
  box-shadow:0 34px 110px rgba(0,0,0,.28) !important;
  backdrop-filter:blur(10px) !important;
}
.hero-content h1{
  font-size:clamp(48px,5.3vw,74px) !important;
  line-height:1.02 !important;
  letter-spacing:-2.6px !important;
  margin:22px 0 18px !important;
}
.hero-content p{
  max-width:600px !important;
  font-size:18px !important;
}
.hero-visual-slider{
  position:relative;
  height:500px;
  border-radius:38px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 38px 120px rgba(0,0,0,.38);
  background:#111;
  isolation:isolate;
}
.hero-visual-slider:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:5;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.04) 50%,rgba(0,0,0,.60) 100%),
    radial-gradient(circle at 72% 18%,rgba(231,189,98,.16),transparent 32%);
}
.hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  animation:alpHeroFade 15s infinite;
}
.hero-slide.s1{opacity:1;animation-delay:0s}
.hero-slide.s2{animation-delay:5s}
.hero-slide.s3{animation-delay:10s}
.hero-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.05);
  animation:alpHeroZoom 15s infinite;
}
.hero-slide.s2 img{animation-delay:5s}
.hero-slide.s3 img{animation-delay:10s}
@keyframes alpHeroFade{
  0%{opacity:0}
  5%{opacity:1}
  30%{opacity:1}
  38%{opacity:0}
  100%{opacity:0}
}
@keyframes alpHeroZoom{
  0%{transform:scale(1.05)}
  33%{transform:scale(1.12)}
  100%{transform:scale(1.12)}
}
.slide-caption{
  position:absolute;
  z-index:7;
  left:28px;
  right:28px;
  bottom:28px;
  padding:20px 24px;
  border-radius:24px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
  box-shadow:0 20px 60px rgba(0,0,0,.18);
}
.slide-caption b{
  display:block;
  font-size:24px;
  color:#17120d;
  line-height:1.15;
}
.slide-caption span{
  display:block;
  margin-top:6px;
  color:#766a5e;
  font-weight:800;
}
.hero-slider-dots{
  position:absolute;
  z-index:8;
  top:24px;
  right:26px;
  display:flex;
  gap:8px;
}
.hero-slider-dots span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:rgba(255,255,255,.72);
  box-shadow:0 0 0 1px rgba(0,0,0,.08);
}
.hero-slider-dots span:nth-child(1){animation:alpDot 15s infinite 0s}
.hero-slider-dots span:nth-child(2){animation:alpDot 15s infinite 5s}
.hero-slider-dots span:nth-child(3){animation:alpDot 15s infinite 10s}
@keyframes alpDot{
  0%,38%,100%{background:rgba(255,255,255,.72);transform:scale(1)}
  5%,30%{background:#e7bd62;transform:scale(1.22)}
}
@media(max-width:1050px){
  .hero-grid{grid-template-columns:1fr !important;gap:28px !important;padding:50px 0 64px !important;}
  .glass-content{max-width:none !important;}
  .hero-visual-slider{height:430px;border-radius:30px;}
}
@media(max-width:760px){
  .home-hero.real-hero{min-height:auto !important;}
  .glass-content{padding:26px 22px 28px !important;border-radius:26px !important;}
  .hero-content h1{font-size:40px !important;letter-spacing:-1.2px !important;}
  .hero-content p{font-size:15.5px !important;}
  .hero-visual-slider{height:330px;border-radius:24px;}
  .slide-caption{left:16px;right:16px;bottom:16px;padding:15px 17px;border-radius:18px;}
  .slide-caption b{font-size:20px;}
}
