/* ==========================================================================
   SıvıMetal — Ana Stil Dosyası
   Tüm component stilleri, animasyonlar, responsive
   ========================================================================== */

/* ── 1. Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--sm-font-body); font-size: var(--sm-fs-base); line-height: var(--sm-lh-normal); color: var(--sm-text-light); background-color: var(--sm-bg-dark); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
img, video, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul, ol { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-family: var(--sm-font-heading); font-weight: 600; line-height: 1.2; }

/* ── 2. Container ── */
.sm-container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .sm-container { padding: 0 32px; } }
@media (min-width: 1280px) { .sm-container { padding: 0 40px; } }

/* ── 3. Buttons ── */
.sm-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; border: 2px solid transparent; border-radius: 4px; cursor: pointer; transition: all 0.3s ease; text-decoration: none; white-space: nowrap; }
.sm-btn--primary { background-color: var(--sm-orange); color: #fff; border-color: var(--sm-orange); }
.sm-btn--primary:hover { background-color: var(--sm-orange-dark); border-color: var(--sm-orange-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255,122,48,0.35); }
.sm-btn--outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.sm-btn--outline:hover { background-color: #fff; color: var(--sm-bg-dark); border-color: #fff; }
.sm-btn--whatsapp { background-color: var(--sm-whatsapp); color: #fff; border-color: var(--sm-whatsapp); }
.sm-btn--whatsapp:hover { background-color: var(--sm-whatsapp-dark); border-color: var(--sm-whatsapp-dark); transform: translateY(-2px); }
.sm-btn--gold { background: linear-gradient(135deg, var(--sm-gold), var(--sm-gold-light)); color: var(--sm-bg-dark); border-color: transparent; font-weight: 700; }
.sm-btn--gold:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(200,164,90,0.4); }
.sm-btn--sm { padding: 10px 20px; font-size: 0.8rem; }

/* ── 4. Keyframes ── */
@keyframes sm-pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.08); } }
@keyframes sm-shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
@keyframes sm-fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sm-float { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-8px); } }

/* ── 5. Scroll Reveal ── */
.sm-reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.sm-revealed, .sm-reveal.sm-revealed { opacity: 1; transform: translateY(0); }

/* ── 6. Skip Link ── */
.sm-skip-link { position: absolute; top: -100px; left: 16px; background: var(--sm-gold); color: var(--sm-bg-dark); padding: 8px 16px; z-index: 10000; font-weight: 700; border-radius: 0 0 4px 4px; }
.sm-skip-link:focus { top: 0; }

/* ==========================================================================
   7. TOP BAR — Minimal & Refined
   ========================================================================== */
.sm-topbar { background: linear-gradient(90deg, #111 0%, #1a1a1a 50%, #111 100%); font-size: 0.75rem; height: var(--sm-topbar-h, 40px); display: none; border-bottom: 1px solid rgba(200,164,90,0.08); position: relative; z-index: 101; }
.sm-topbar::after { content: ''; position: absolute; bottom: 0; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, rgba(200,164,90,0.2), transparent); }
.sm-topbar__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.sm-topbar__left, .sm-topbar__right { display: flex; align-items: center; gap: 24px; }
.sm-topbar__item { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.45); transition: color 0.25s; font-weight: 400; letter-spacing: 0.02em; }
.sm-topbar__item:hover { color: var(--sm-gold); }
.sm-topbar__item a { color: inherit; text-decoration: none; }
.sm-topbar__item--divider { opacity: 0.15; user-select: none; font-size: 0.6rem; }
.sm-topbar__icon { width: 13px; height: 13px; flex-shrink: 0; opacity: 0.5; }

/* ==========================================================================
   8. HEADER — Glass Morphism Premium
   ========================================================================== */
.sm-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: var(--sm-header-h, 80px); background: rgba(10,10,10,0.6); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.sm-header--scrolled { background: rgba(8,8,8,0.92); backdrop-filter: blur(20px) saturate(1.3); -webkit-backdrop-filter: blur(20px) saturate(1.3); box-shadow: 0 1px 0 rgba(200,164,90,0.08), 0 8px 32px rgba(0,0,0,0.4); }
.sm-header--scrolled::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 5%, rgba(200,164,90,0.15) 30%, rgba(200,164,90,0.25) 50%, rgba(200,164,90,0.15) 70%, transparent 95%); }
body.admin-bar { --sm-admin-bar-h: 32px; }
body.admin-bar .sm-header { top: var(--sm-admin-bar-h); }
body.admin-bar .sm-mobile-menu { top: var(--sm-admin-bar-h); }
.sm-header__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }

/* ── Logo — Metallic Effect ── */
.sm-header__logo { flex-shrink: 0; z-index: 2; }
.sm-header__logo-text { display: inline-flex; align-items: baseline; text-decoration: none; font-size: 1.55rem; font-family: var(--sm-font-heading); line-height: 1; gap: 0; position: relative; }
.sm-header__logo-sivi { font-weight: 300; background: linear-gradient(135deg, #e8e8e8 0%, #b0b0b0 40%, #ffffff 60%, #c0c0c0 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 0.04em; }
.sm-header__logo-metal { font-weight: 700; background: linear-gradient(135deg, var(--sm-gold) 0%, #E8D5A0 30%, var(--sm-gold-dark) 60%, var(--sm-gold-light) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 0.02em; }
.sm-header__logo-text::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, var(--sm-gold), transparent); opacity: 0.4; }

/* ── Nav — Refined Hover with Dot Indicator ── */
.sm-header__nav { display: none; align-items: center; }
.sm-header__menu { display: flex; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0; }
.sm-header__menu li a { font-size: 0.78rem; font-weight: 500; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.14em; padding: 8px 14px; position: relative; transition: color 0.3s; text-decoration: none; white-space: nowrap; }
.sm-header__menu li a::before { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 0; background: var(--sm-gold); border-radius: 50%; transform: translateX(-50%); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); opacity: 0; }
.sm-header__menu li a:hover { color: #fff; }
.sm-header__menu li a:hover::before { width: 4px; height: 4px; opacity: 1; }
.sm-header__menu li a.active { color: var(--sm-gold); }
.sm-header__menu li a.active::before { width: 16px; height: 2px; border-radius: 1px; opacity: 1; }

/* ── Actions — Compact & Elegant ── */
.sm-header__actions { display: flex; align-items: center; gap: 12px; z-index: 2; }
.sm-header__phone, .sm-header__whatsapp { display: none; align-items: center; gap: 10px; text-decoration: none; color: var(--sm-text-light); padding: 6px 8px; border-radius: 8px; transition: background 0.25s; }
.sm-header__phone:hover, .sm-header__whatsapp:hover { background: rgba(255,255,255,0.05); }
.sm-header__action-circle { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; color: #fff; position: relative; }
.sm-header__action-circle--orange { background: linear-gradient(135deg, var(--sm-orange), #e56520); box-shadow: 0 2px 12px rgba(255,122,48,0.25); }
.sm-header__action-circle--green { background: linear-gradient(135deg, var(--sm-whatsapp), #1da851); box-shadow: 0 2px 12px rgba(37,211,102,0.2); }
.sm-header__action-circle::after { content: ''; position: absolute; inset: -3px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.1); pointer-events: none; }
.sm-header__action-text { display: flex; flex-direction: column; white-space: nowrap; line-height: 1.3; }
.sm-header__action-text small { font-size: 0.65rem; color: rgba(255,255,255,0.4); font-weight: 400; letter-spacing: 0.04em; }
.sm-header__action-text strong { font-size: 0.82rem; color: var(--sm-text-light); font-weight: 600; letter-spacing: 0.02em; }

/* ── Hamburger — Refined Lines ── */
.sm-header__hamburger { display: flex; flex-direction: column; justify-content: center; align-items: flex-end; width: 40px; height: 40px; gap: 6px; background: none; border: none; z-index: 110; padding: 8px; }
.sm-header__hamburger span { display: block; height: 1.5px; background: linear-gradient(90deg, var(--sm-text-light), rgba(200,164,90,0.6)); border-radius: 2px; transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
.sm-header__hamburger span:nth-child(1) { width: 24px; }
.sm-header__hamburger span:nth-child(2) { width: 18px; }
.sm-header__hamburger span:nth-child(3) { width: 22px; }
.sm-header__hamburger:hover span { width: 24px; background: linear-gradient(90deg, var(--sm-gold), var(--sm-gold-light)); }


/* ==========================================================================
   9. MOBILE MENU
   ========================================================================== */
.sm-mobile-menu { position: fixed; inset: 0; z-index: 105; pointer-events: none; visibility: hidden; }
.sm-mobile-menu--open { pointer-events: all; visibility: visible; }
.sm-mobile-menu__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); opacity: 0; transition: opacity 0.35s; }
.sm-mobile-menu--open .sm-mobile-menu__overlay { opacity: 1; }
.sm-mobile-menu__panel { position: absolute; top: 0; right: 0; width: min(320px, 85vw); height: 100%; background-color: var(--sm-bg-darker); transform: translateX(100%); transition: transform 0.35s; padding: 28px; overflow-y: auto; }
.sm-mobile-menu--open .sm-mobile-menu__panel { transform: translateX(0); }
.sm-mobile-menu__close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: var(--sm-text-light); background: none; border: none; }
.sm-mobile-menu__logo { margin-bottom: 40px; font-size: 1.5rem; font-family: var(--sm-font-heading); }
.sm-mobile-menu__nav ul { list-style: none; padding: 0; margin: 0 0 32px; }
.sm-mobile-menu__nav li { border-bottom: 1px solid rgba(255,255,255,0.08); }
.sm-mobile-menu__nav a { display: block; padding: 14px 0; font-size: 1rem; font-weight: 500; color: var(--sm-text-light); text-transform: uppercase; letter-spacing: 0.06em; transition: color 0.2s; }
.sm-mobile-menu__nav a:hover { color: var(--sm-gold); }
.sm-mobile-menu__contact { display: flex; flex-direction: column; gap: 12px; }

/* ==========================================================================
   10. HERO
   ========================================================================== */
.sm-hero { position: relative; min-height: 100vh; display: flex; align-items: center; background-size: cover; background-position: center; background-attachment: scroll; overflow: hidden; }
.sm-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(13,13,13,0.88) 0%, rgba(13,13,13,0.6) 45%, rgba(13,13,13,0.15) 100%); z-index: 1; }
.sm-hero__content { position: relative; z-index: 2; padding-top: calc(var(--sm-header-h, 80px) + 40px); max-width: 620px; }
.sm-hero__label { display: inline-block; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: var(--sm-orange); background: rgba(255,122,48,0.12); padding: 8px 18px; border-radius: 4px; margin-bottom: 24px; }
.sm-hero__title { font-size: clamp(2.5rem, 5vw, 4.2rem); font-family: var(--sm-font-heading); color: #fff; font-weight: 700; line-height: 1.1; margin-bottom: 20px; }
.sm-hero__subtitle { font-size: clamp(0.95rem, 1.5vw, 1.15rem); color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 36px; max-width: 520px; }
.sm-hero__buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.sm-hero__scroll-indicator { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,0.4); animation: sm-float 2.5s ease-in-out infinite; }

/* ==========================================================================
   11. ABOUT — Premium Redesign
   ========================================================================== */
.sm-about { background: linear-gradient(175deg, #F7F2ED 0%, #EDE6DD 40%, #F0EBE4 100%); color: var(--sm-text-dark); padding: clamp(80px,10vw,140px) 0; overflow: hidden; position: relative; }
.sm-about::before { content: ''; position: absolute; top: 60px; right: -40px; width: 300px; height: 300px; border: 1px solid rgba(200,164,90,0.12); border-radius: 50%; pointer-events: none; }
.sm-about::after { content: ''; position: absolute; bottom: -80px; left: -60px; width: 400px; height: 400px; border: 1px solid rgba(200,164,90,0.08); border-radius: 50%; pointer-events: none; }

.sm-about__layout { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; margin-bottom: 48px; position: relative; z-index: 2; }

/* Images — Refined with shadow & accent */
.sm-about__img { position: relative; overflow: visible; }
.sm-about__img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 320px; border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,0.15); }
.sm-about__img--left { transform: rotate(-1deg); }
.sm-about__img--left::after { content: ''; position: absolute; top: -8px; left: -8px; right: 40%; bottom: 40%; border: 2px solid var(--sm-gold); border-radius: 16px 0 0 0; opacity: 0.3; pointer-events: none; }
.sm-about__img--right { display: none; transform: rotate(1deg); }
.sm-about__img--right::after { content: ''; position: absolute; bottom: -8px; right: -8px; left: 40%; top: 40%; border: 2px solid var(--sm-gold); border-radius: 0 0 16px 0; opacity: 0.3; pointer-events: none; }

/* Content */
.sm-about__content { padding: 8px 0; position: relative; }
.sm-about__label { display: inline-flex; align-items: center; gap: 10px; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; color: var(--sm-gold-dark); margin-bottom: 20px; }
.sm-about__label::before { content: ''; width: 24px; height: 1px; background: var(--sm-gold); }
.sm-about__title { font-size: clamp(1.5rem, 3.2vw, 2.3rem); font-family: var(--sm-font-heading); color: var(--sm-text-dark); margin-bottom: 24px; line-height: 1.3; position: relative; }
.sm-about__text { font-size: 0.92rem; color: #6B6560; line-height: 1.8; margin-bottom: 32px; padding-left: 20px; border-left: 2px solid rgba(200,164,90,0.25); }

/* Feature List — Vertical cards instead of pills */
.sm-about__features { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 36px; }
.sm-about__feature { display: flex; align-items: center; gap: 12px; padding: 14px 20px; background: rgba(255,255,255,0.7); backdrop-filter: blur(8px); border-radius: 10px; font-size: 0.88rem; font-weight: 500; color: #3D3830; border: 1px solid rgba(200,164,90,0.1); transition: all 0.3s cubic-bezier(0.4,0,0.2,1); position: relative; overflow: hidden; }
.sm-about__feature::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(to bottom, var(--sm-gold), var(--sm-gold-light)); border-radius: 0 2px 2px 0; opacity: 0; transition: opacity 0.3s; }
.sm-about__feature:hover { background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,0.08); transform: translateX(4px); }
.sm-about__feature:hover::before { opacity: 1; }
.sm-about__feature-icon { width: 20px; height: 20px; flex-shrink: 0; color: var(--sm-gold); }

/* Contact Blocks — Premium style */
.sm-about__contacts { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; position: relative; z-index: 2; }
.sm-about__contact-block { display: flex; align-items: center; gap: 14px; padding: 18px 24px; background: #fff; border-radius: 14px; box-shadow: 0 4px 16px rgba(0,0,0,0.06); text-decoration: none; flex: 1; min-width: 240px; transition: all 0.35s cubic-bezier(0.4,0,0.2,1); border: 1px solid rgba(200,164,90,0.08); position: relative; overflow: hidden; }
.sm-about__contact-block::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--sm-gold), transparent); opacity: 0; transition: opacity 0.35s; }
.sm-about__contact-block:hover { box-shadow: 0 12px 36px rgba(0,0,0,0.1); transform: translateY(-4px); }
.sm-about__contact-block:hover::after { opacity: 1; }
.sm-about__contact-circle { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; flex-shrink: 0; position: relative; }
.sm-about__contact-circle::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 1px dashed rgba(255,255,255,0.2); }
.sm-about__contact-circle--green { background: linear-gradient(135deg, #25D366, #1EBE5A); box-shadow: 0 4px 14px rgba(37,211,102,0.25); }
.sm-about__contact-circle--orange { background: linear-gradient(135deg, var(--sm-orange), #E86520); box-shadow: 0 4px 14px rgba(255,122,48,0.25); }
.sm-about__contact-text { display: flex; flex-direction: column; line-height: 1.35; }
.sm-about__contact-text small { font-size: 0.72rem; color: #9B9590; font-weight: 400; letter-spacing: 0.03em; }
.sm-about__contact-text strong { font-size: 0.95rem; font-weight: 600; color: var(--sm-text-dark); letter-spacing: 0.01em; }

/* ==========================================================================
   12. SERVICES
   ========================================================================== */
.sm-services { background-color: var(--sm-bg-light); color: var(--sm-text-dark); padding: clamp(60px,8vw,120px) 0; overflow: hidden; }
.sm-services__header { display: grid; grid-template-columns: 1fr; gap: 32px; text-align: left; margin-bottom: 48px; }
.sm-services__header-text { display: flex; flex-direction: column; }
.sm-services__label { display: inline-block; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: var(--sm-gold); margin-bottom: 16px; }
.sm-services__title { font-size: clamp(1.6rem, 3.5vw, 2.5rem); font-family: var(--sm-font-heading); color: var(--sm-text-dark); margin-bottom: 14px; line-height: 1.25; }
.sm-services__desc { font-size: 0.95rem; color: var(--sm-text-muted); line-height: 1.7; margin-bottom: 24px; max-width: 540px; }
.sm-services__tabs { display: flex; flex-wrap: wrap; gap: 6px; }
.sm-services__tab { padding: 10px 22px; font-size: 0.8rem; font-weight: 500; color: var(--sm-text-muted); background: none; border: none; cursor: pointer; position: relative; text-transform: uppercase; letter-spacing: 0.1em; transition: color 0.2s; }
.sm-services__tab::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: var(--sm-gold); transition: width 0.3s; }
.sm-services__tab--active { color: var(--sm-text-dark); font-weight: 600; }
.sm-services__tab--active::after { width: 100%; }
.sm-services__tab:hover { color: var(--sm-text-dark); }

/* Showcase */
.sm-services__showcase { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; }
.sm-services__showcase img { width: 100%; height: 100%; object-fit: cover; }
.sm-services__showcase-label { position: absolute; top: 16px; left: 16px; z-index: 2; font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: #fff; background: rgba(0,0,0,0.5); padding: 6px 14px; border-radius: 4px; backdrop-filter: blur(4px); }

/* Informational Content */
.sm-services__content { display: grid; grid-template-columns: 1fr; gap: 24px; margin: 0 0 48px; padding: clamp(28px, 4vw, 44px); background: rgba(255,255,255,0.72); border: 1px solid rgba(200,164,90,0.16); border-radius: 12px; box-shadow: 0 18px 48px rgba(45,38,30,0.08); }
.sm-services__content-intro { display: grid; gap: 22px; align-content: start; }
.sm-services__content-title { font-size: clamp(1.35rem, 2.6vw, 2rem); font-family: var(--sm-font-heading); color: var(--sm-text-dark); line-height: 1.25; margin: 0; }
.sm-services__content-media { position: relative; overflow: hidden; margin: 0; aspect-ratio: 4 / 5; border: 1px solid rgba(200,164,90,0.2); border-radius: 10px; background: #E2DED8; box-shadow: 0 18px 42px rgba(45,38,30,0.12); }
.sm-services__content-media img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.98) contrast(1.02); }
.sm-services__content-media::after { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,0.5); pointer-events: none; }
.sm-services__content-media figcaption { position: absolute; left: 14px; bottom: 14px; z-index: 2; max-width: calc(100% - 28px); padding: 7px 12px; border-radius: 999px; background: rgba(13,13,13,0.62); color: #fff; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; backdrop-filter: blur(6px); }
.sm-services__content-body { display: grid; gap: 14px; }
.sm-services__content-body p { font-size: 0.94rem; line-height: 1.78; color: #625B54; margin: 0; }
.sm-services__content-body p:first-child { color: #443E37; font-weight: 500; }

/* Stock Header */
.sm-services__stock { margin-bottom: 48px; }
.sm-services__stock-header { text-align: center; margin-bottom: 28px; }
.sm-services__stock-title { font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-family: var(--sm-font-heading); color: var(--sm-text-dark); margin-bottom: 8px; }
.sm-services__stock-desc { font-size: 0.88rem; color: var(--sm-text-muted); }

/* Cards Grid */
.sm-services__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sm-services__card { position: relative; aspect-ratio: 3/4; border-radius: 12px; overflow: hidden; cursor: pointer; transition: transform 0.35s, box-shadow 0.35s; }
.sm-services__card:hover { transform: translateY(-8px); box-shadow: 0 16px 40px rgba(0,0,0,0.25); }
.sm-services__card--brass { background: url('../img/textures/pirinc-doku.jpg') center/cover no-repeat; }
.sm-services__card--copper { background: url('../img/textures/bakir-doku.jpg') center/cover no-repeat; }
.sm-services__card--bronze { background: url('../img/textures/bronz-doku.jpg') center/cover no-repeat; }
.sm-services__card--zinc { background: url('../img/textures/cinko-doku.jpg') center/cover no-repeat; }
.sm-services__card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.05) 100%); z-index: 1; }
.sm-services__card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.18) 48%, rgba(255,255,255,0.28) 50%, rgba(255,255,255,0.18) 52%, transparent 70%); z-index: 2; transform: translateX(-100%); }
.sm-services__card:hover::after { animation: sm-shimmer 0.8s ease forwards; }
.sm-services__card-shimmer { display: none; }
.sm-services__card-badge { position: absolute; top: 14px; left: 14px; z-index: 3; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.85); background: rgba(0,0,0,0.35); padding: 5px 10px; border-radius: 4px; backdrop-filter: blur(4px); }
.sm-services__card-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; z-index: 3; }
.sm-services__card-title { font-size: clamp(1rem, 2vw, 1.4rem); font-family: var(--sm-font-heading); color: #fff; margin-bottom: 6px; }
.sm-services__card-desc { font-size: 0.82rem; color: rgba(255,255,255,0.8); line-height: 1.5; }

/* Textures */
.sm-services__textures { display: grid; grid-template-columns: 1fr; gap: 14px; }
.sm-services__texture { position: relative; border-radius: 10px; overflow: hidden; }
.sm-services__texture img { width: 100%; height: 200px; object-fit: cover; }
.sm-services__texture-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px; background: linear-gradient(to top, rgba(0,0,0,0.75), transparent); }
.sm-services__texture-label { display: block; font-size: 0.58rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--sm-gold); margin-bottom: 3px; }
.sm-services__texture-name { display: block; font-size: 0.85rem; color: #fff; font-weight: 500; }

/* ==========================================================================
   13. SPECIAL COATINGS
   ========================================================================== */
.sm-special { background-color: var(--sm-bg-dark); color: var(--sm-text-light); padding: clamp(60px,8vw,120px) 0; }
.sm-special__grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.sm-special__block { position: relative; border-radius: 12px; overflow: hidden; }
.sm-special__block--metals { background-color: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.08); }
.sm-special__block--italian { background-size: cover; background-position: center; min-height: 340px; display: flex; align-items: flex-end; }
.sm-special__block-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 20%, rgba(0,0,0,0.35) 100%); z-index: 1; }
.sm-special__block-inner { position: relative; z-index: 2; padding: clamp(28px, 4vw, 48px); }
.sm-special__label { display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--sm-gold); margin-bottom: 14px; }
.sm-special__title { font-size: clamp(1.3rem, 3vw, 2rem); font-family: var(--sm-font-heading); color: #fff; margin-bottom: 14px; }
.sm-special__desc { font-size: 0.95rem; color: rgba(255,255,255,0.72); line-height: 1.7; margin-bottom: 20px; max-width: 520px; }
.sm-special__note { display: flex; align-items: flex-start; gap: 8px; font-size: 0.85rem; color: rgba(255,255,255,0.5); margin-bottom: 24px; padding: 12px 16px; background: rgba(255,255,255,0.04); border-radius: 6px; border-left: 3px solid var(--sm-gold); }
.sm-special__note svg { flex-shrink: 0; margin-top: 2px; color: var(--sm-gold); }

/* ==========================================================================
   14. GALLERY
   ========================================================================== */
.sm-gallery { background-color: var(--sm-bg-dark); color: var(--sm-text-light); padding: clamp(60px,8vw,120px) 0; }
.sm-gallery__header { text-align: center; margin-bottom: 48px; }
.sm-gallery__label { display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--sm-gold); margin-bottom: 14px; }
.sm-gallery__title { font-size: clamp(1.6rem, 3.5vw, 2.5rem); font-family: var(--sm-font-heading); margin-bottom: 12px; }
.sm-gallery__desc { font-size: 0.95rem; color: var(--sm-text-gray); }
.sm-gallery__grid { columns: 1; column-gap: 14px; }
.sm-gallery__item { position: relative; break-inside: avoid; margin-bottom: 14px; border-radius: 10px; overflow: hidden; cursor: pointer; }
.sm-gallery__item img { width: 100%; display: block; transition: transform 0.4s; }
.sm-gallery__item:hover img { transform: scale(1.05); }
.sm-gallery__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: rgba(0,0,0,0.55); opacity: 0; transition: opacity 0.3s; color: #fff; font-size: 0.85rem; font-weight: 500; }
.sm-gallery__item:hover .sm-gallery__overlay { opacity: 1; }

/* ==========================================================================
   15. CONTACT CTA BAND
   ========================================================================== */
.sm-cta { position: relative; background-size: cover; background-position: center; padding: clamp(48px, 6vw, 80px) 0; }
.sm-cta__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,13,13,0.92), rgba(40,28,12,0.85)); z-index: 1; }
.sm-cta__inner { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 24px; }
.sm-cta__title { font-size: clamp(1.5rem, 3vw, 2.4rem); font-family: var(--sm-font-heading); color: #fff; margin-bottom: 6px; }
.sm-cta__desc { font-size: 0.95rem; color: rgba(255,255,255,0.65); }
.sm-cta__buttons { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.sm-cta__phone { display: flex; flex-direction: column; }
.sm-cta__phone-label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--sm-gold); }
.sm-cta__phone-number { font-size: clamp(1.1rem, 2vw, 1.5rem); font-family: var(--sm-font-heading); color: #fff; font-weight: 600; text-decoration: none; }
.sm-cta__phone-number:hover { color: var(--sm-gold); }

/* ==========================================================================
   16. CONTACT FORM
   ========================================================================== */
.sm-contact { background-color: var(--sm-bg-dark); color: var(--sm-text-light); padding: clamp(60px,8vw,120px) 0; }
.sm-contact__header { text-align: center; margin-bottom: 48px; }
.sm-contact__label { display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--sm-gold); margin-bottom: 14px; }
.sm-contact__title { font-size: clamp(1.6rem, 3.5vw, 2.5rem); font-family: var(--sm-font-heading); }
.sm-contact__grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
.sm-contact__honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.sm-contact__form-row { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 16px; }
.sm-contact__field { margin-bottom: 8px; }
.sm-contact__field input, .sm-contact__field textarea { width: 100%; padding: 14px 0; font-size: 0.95rem; font-family: var(--sm-font-body); color: var(--sm-text-light); background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.18); outline: none; transition: border-color 0.25s; }
.sm-contact__field input::placeholder, .sm-contact__field textarea::placeholder { color: var(--sm-text-gray); }
.sm-contact__field input:focus, .sm-contact__field textarea:focus { border-bottom-color: var(--sm-gold); }
.sm-contact__field textarea { resize: vertical; min-height: 100px; }
.sm-contact__field-error { font-size: 0.75rem; color: #ef4444; margin-top: 4px; min-height: 1em; }
.sm-contact__form-footer { margin-top: 24px; }
.sm-contact__submit { position: relative; min-width: 200px; }
.sm-contact__submit-spinner { display: none; }
.sm-contact__message { margin-top: 16px; padding: 12px 16px; border-radius: 6px; font-size: 0.88rem; display: none; }

/* Info Card */
.sm-contact__info-card { background-color: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: clamp(24px, 4vw, 40px); margin-bottom: 24px; }
.sm-contact__info-title { font-size: 1.2rem; font-family: var(--sm-font-heading); color: var(--sm-gold); margin-bottom: 24px; }
.sm-contact__info-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.sm-contact__info-item:last-child { margin-bottom: 0; }
.sm-contact__info-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: rgba(200,164,90,0.1); border-radius: 8px; flex-shrink: 0; color: var(--sm-gold); }
.sm-contact__info-item strong { display: block; font-size: 0.82rem; color: var(--sm-text-gray); font-weight: 500; margin-bottom: 4px; }
.sm-contact__info-item a, .sm-contact__info-item span { font-size: 0.95rem; color: var(--sm-text-light); }
.sm-contact__info-item a:hover { color: var(--sm-gold); }
.sm-contact__map { border-radius: 12px; overflow: hidden; }
.sm-contact__map iframe { display: block; }

/* ==========================================================================
   17. FOOTER
   ========================================================================== */
.sm-footer { background-color: var(--sm-bg-dark); color: var(--sm-text-light); padding-top: clamp(60px,8vw,100px); border-top: 1px solid rgba(255,255,255,0.06); }
.sm-footer__grid { display: grid; grid-template-columns: 1fr; gap: 36px; padding-bottom: 48px; }
.sm-footer__logo { font-size: 1.5rem; font-family: var(--sm-font-heading); margin-bottom: 14px; }
.sm-footer__desc { font-size: 0.88rem; color: var(--sm-text-gray); line-height: 1.65; margin-bottom: 20px; }
.sm-footer__social { display: flex; gap: 10px; }
.sm-footer__social a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.06); color: var(--sm-text-gray); transition: all 0.25s; }
.sm-footer__social a:hover { background: var(--sm-gold); color: var(--sm-bg-dark); }
.sm-footer__title { font-size: 0.95rem; font-weight: 600; color: var(--sm-text-light); margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.06em; }
.sm-footer__links { list-style: none; padding: 0; }
.sm-footer__links li { margin-bottom: 10px; }
.sm-footer__links a { font-size: 0.88rem; color: var(--sm-text-gray); transition: color 0.2s; }
.sm-footer__links a:hover { color: var(--sm-gold); }
.sm-footer__contact-list { list-style: none; padding: 0; }
.sm-footer__contact-list li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; font-size: 0.88rem; color: var(--sm-text-gray); }
.sm-footer__contact-list svg { flex-shrink: 0; margin-top: 2px; color: var(--sm-gold); }
.sm-footer__contact-list a { color: var(--sm-text-gray); transition: color 0.2s; }
.sm-footer__contact-list a:hover { color: var(--sm-gold); }
.sm-footer__bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 20px 0; }
.sm-footer__bottom-inner { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.sm-footer__bottom p { font-size: 0.78rem; color: var(--sm-text-gray); }
.sm-footer__bottom-links { display: flex; gap: 20px; }
.sm-footer__bottom-links a { font-size: 0.78rem; color: var(--sm-text-gray); transition: color 0.2s; }
.sm-footer__bottom-links a:hover { color: var(--sm-gold); }

/* ==========================================================================
   18. FLOATING WHATSAPP
   ========================================================================== */
.sm-floating-wa { position: fixed; bottom: 24px; right: 24px; z-index: 99; display: flex; align-items: center; gap: 10px; background: var(--sm-whatsapp); color: #fff; padding: 12px 20px; border-radius: 100px; text-decoration: none; font-weight: 600; font-size: 0.88rem; box-shadow: 0 4px 20px rgba(37,211,102,0.4); animation: sm-pulse 2.5s ease-in-out infinite; transition: all 0.25s; }
.sm-floating-wa:hover { background: var(--sm-whatsapp-dark); transform: scale(1.05); }
.sm-floating-wa__text { display: none; }

/* ==========================================================================
   19. SCROLL TO TOP
   ========================================================================== */
.sm-scroll-top { position: fixed; bottom: 88px; right: 28px; z-index: 99; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; background: rgba(26,26,26,0.85); backdrop-filter: blur(8px); color: var(--sm-text-light); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s; }
.sm-scroll-top--visible { opacity: 1; visibility: visible; transform: translateY(0); }
.sm-scroll-top:hover { background: var(--sm-gold); border-color: var(--sm-gold); color: var(--sm-bg-dark); }

/* ==========================================================================
   20. LIGHTBOX
   ========================================================================== */
.sm-lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,0.92); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.3s; }
.sm-lightbox--active { opacity: 1; visibility: visible; }
.sm-lightbox__img { max-width: 90vw; max-height: 85vh; object-fit: contain; border-radius: 8px; }
.sm-lightbox__close { position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.1); border: none; color: #fff; font-size: 1.5rem; border-radius: 50%; cursor: pointer; }

/* ==========================================================================
   21. PAGE / 404 STYLES
   ========================================================================== */
.sm-page { padding-top: calc(var(--sm-header-h, 80px) + 20px); }
.sm-page__hero { background: var(--sm-bg-darker); padding: clamp(40px,6vw,80px) 0; }
.sm-page__title { font-size: clamp(2rem,4vw,3rem); font-family: var(--sm-font-heading); color: var(--sm-text-light); }
.sm-page__content { padding: 48px 0; color: var(--sm-text-light); line-height: 1.7; }
.sm-404__content { text-align: center; padding: clamp(60px,10vw,140px) 0; }
.sm-404__title { font-size: clamp(4rem,10vw,8rem); font-family: var(--sm-font-heading); color: var(--sm-gold); line-height: 1; margin-bottom: 8px; }
.sm-404__subtitle { font-size: clamp(1.5rem,3vw,2rem); font-family: var(--sm-font-heading); color: var(--sm-text-light); margin-bottom: 14px; }
.sm-404__text { color: var(--sm-text-muted); margin-bottom: 28px; }

/* ==========================================================================
   22. BLOG — Listing Page
   ========================================================================== */

/* Blog Hero */
.sm-blog-hero { background: var(--sm-bg-darker); padding: clamp(100px, 12vw, 160px) 0 clamp(48px, 6vw, 80px); text-align: center; position: relative; overflow: hidden; }
.sm-blog-hero::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(200,164,90,0.06) 0%, transparent 70%); pointer-events: none; }
.sm-blog-hero__inner { position: relative; z-index: 2; }
.sm-blog-hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,8,8,0.6) 0%, var(--sm-bg-darker) 100%); z-index: 1; }
.sm-blog-hero__breadcrumb { margin-bottom: 20px; }
.sm-blog-hero__breadcrumb a { color: var(--sm-text-gray); text-decoration: none; transition: color 0.2s; }
.sm-blog-hero__breadcrumb a:hover { color: var(--sm-gold); }
.sm-blog-hero__label { display: inline-flex; align-items: center; gap: 10px; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; color: var(--sm-gold); margin-bottom: 16px; }
.sm-blog-hero__label::before, .sm-blog-hero__label::after { content: ''; width: 24px; height: 1px; background: var(--sm-gold); }
.sm-blog-hero__title { font-size: clamp(2rem, 4vw, 3.2rem); font-family: var(--sm-font-heading); color: var(--sm-text-light); margin-bottom: 14px; }
.sm-blog-hero__subtitle { font-size: 1rem; color: var(--sm-text-gray); max-width: 520px; margin: 0 auto 20px; line-height: 1.6; }
.sm-blog-hero__desc { font-size: 1rem; color: var(--sm-text-gray); max-width: 520px; margin: 0 auto; }
.sm-blog-hero__line { width: 60px; height: 3px; background: linear-gradient(90deg, var(--sm-gold), var(--sm-orange)); margin: 0 auto; border-radius: 2px; }

/* Blog Listing Section */
.sm-blog-listing { background: var(--sm-bg-dark); padding: clamp(48px, 6vw, 80px) 0; }

/* Blog Grid */
.sm-blog { background: var(--sm-bg-dark); padding: clamp(48px, 6vw, 80px) 0; }
.sm-blog__grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.sm-blog-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }

/* Blog Card */
.sm-blog-card { background: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; overflow: hidden; transition: all 0.35s cubic-bezier(0.4,0,0.2,1); display: flex; flex-direction: column; }
.sm-blog-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,0.3); border-color: rgba(200,164,90,0.12); }
.sm-blog-card__thumb { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.sm-blog-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.sm-blog-card:hover .sm-blog-card__thumb img { transform: scale(1.06); }
.sm-blog-card__thumb--placeholder { background: linear-gradient(135deg, rgba(200,164,90,0.08) 0%, rgba(13,13,13,0.9) 100%); }
.sm-blog-card__thumb-fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--sm-text-gray); opacity: 0.3; }
.sm-blog-card__body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.sm-blog-card__meta { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; font-size: 0.78rem; }
.sm-blog-card__cat { display: inline-block; padding: 4px 12px; background: rgba(200,164,90,0.12); color: var(--sm-gold); border-radius: 4px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.68rem; text-decoration: none; transition: background 0.2s; }
.sm-blog-card__cat a { color: inherit; text-decoration: none; }
.sm-blog-card__cat:hover { background: rgba(200,164,90,0.2); }
.sm-blog-card__date { color: var(--sm-text-gray); }
.sm-blog-card__reading { color: var(--sm-text-gray); }
.sm-blog-card__reading::before { content: '·'; margin-right: 8px; }
.sm-blog-card__title { font-size: 1.15rem; font-family: var(--sm-font-heading); color: var(--sm-text-light); margin-bottom: 10px; line-height: 1.35; }
.sm-blog-card__title a { color: inherit; text-decoration: none; transition: color 0.2s; }
.sm-blog-card__title a:hover { color: var(--sm-gold); }
.sm-blog-card__excerpt { font-size: 0.88rem; color: var(--sm-text-gray); line-height: 1.65; margin-bottom: 18px; flex: 1; }
.sm-blog-card__link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.82rem; font-weight: 600; color: var(--sm-gold); text-decoration: none; text-transform: uppercase; letter-spacing: 0.08em; transition: gap 0.25s; margin-top: auto; }
.sm-blog-card__link:hover { gap: 10px; }

/* Blog Empty State */
.sm-blog-empty { text-align: center; padding: clamp(60px, 10vw, 120px) 0; }
.sm-blog-empty__icon { color: var(--sm-text-gray); opacity: 0.3; margin-bottom: 24px; }
.sm-blog-empty__icon svg { display: inline-block; }
.sm-blog-empty__title { font-size: 1.5rem; font-family: var(--sm-font-heading); color: var(--sm-text-light); margin-bottom: 12px; }
.sm-blog-empty__text { color: var(--sm-text-gray); margin-bottom: 28px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.sm-blog__empty { text-align: center; padding: clamp(60px, 10vw, 120px) 0; }
.sm-blog__empty-title { font-size: 1.5rem; font-family: var(--sm-font-heading); color: var(--sm-text-light); margin-bottom: 12px; }
.sm-blog__empty-text { color: var(--sm-text-gray); margin-bottom: 24px; }

/* Blog Pagination */
.sm-pagination { display: flex; justify-content: center; gap: 6px; padding: 48px 0 0; }
.sm-pagination .nav-links { display: flex; gap: 6px; align-items: center; }
.sm-pagination .page-numbers { display: flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 14px; font-size: 0.88rem; font-weight: 500; color: var(--sm-text-gray); background: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; text-decoration: none; transition: all 0.25s; }
.sm-pagination .page-numbers:hover { border-color: var(--sm-gold); color: var(--sm-gold); }
.sm-pagination .page-numbers.current { background: var(--sm-gold); color: var(--sm-bg-dark); border-color: var(--sm-gold); font-weight: 700; }
.sm-pagination .page-numbers.prev, .sm-pagination .page-numbers.next { padding: 0 12px; }
.sm-pagination .page-numbers svg { display: block; }

/* ==========================================================================
   23. BLOG — Single Post
   ========================================================================== */

/* Breadcrumb */
.sm-breadcrumb { background: var(--sm-bg-darker); border-bottom: 1px solid rgba(255,255,255,0.04); padding: 14px 0; font-size: 0.82rem; color: var(--sm-text-gray); }
.sm-breadcrumb a { color: var(--sm-text-gray); text-decoration: none; transition: color 0.2s; }
.sm-breadcrumb a:hover { color: var(--sm-gold); }
.sm-breadcrumb__nav { }
.sm-breadcrumb__list { display: flex; align-items: center; gap: 0; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; }
.sm-breadcrumb__item { display: inline-flex; align-items: center; }
.sm-breadcrumb__item a { color: var(--sm-text-gray); text-decoration: none; transition: color 0.2s; }
.sm-breadcrumb__item a:hover { color: var(--sm-gold); }
.sm-breadcrumb__item--current span { color: var(--sm-text-light); font-weight: 500; }
.sm-breadcrumb__separator { display: inline-flex; align-items: center; margin: 0 8px; opacity: 0.4; }
.sm-breadcrumb__sep { margin: 0 8px; opacity: 0.4; }

/* Single Hero */
.sm-single-hero { position: relative; min-height: 420px; display: flex; align-items: flex-end; padding: clamp(100px, 12vw, 160px) 0 clamp(40px, 6vw, 64px); overflow: hidden; }
.sm-single-hero--has-thumb { min-height: 480px; }
.sm-single-hero__bg { position: absolute; inset: 0; z-index: 0; }
.sm-single-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.sm-single-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,8,0.95) 0%, rgba(8,8,8,0.5) 50%, rgba(8,8,8,0.3) 100%); z-index: 1; }
.sm-single-hero:not(.sm-single-hero--has-thumb) .sm-single-hero__overlay { background: var(--sm-bg-darker); }
.sm-single-hero:not(.sm-single-hero--has-thumb)::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(200,164,90,0.06) 0%, transparent 70%); pointer-events: none; z-index: 1; }
.sm-single-hero__inner { position: relative; z-index: 2; max-width: 800px; }
.sm-single-hero__cat { display: inline-block; padding: 6px 16px; background: rgba(200,164,90,0.15); color: var(--sm-gold); border-radius: 4px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.72rem; text-decoration: none; margin-bottom: 16px; transition: background 0.2s; }
.sm-single-hero__cat:hover { background: rgba(200,164,90,0.25); }
.sm-single-hero__title { font-size: clamp(1.8rem, 4vw, 3rem); font-family: var(--sm-font-heading); color: #fff; line-height: 1.2; margin-bottom: 18px; }
.sm-single-hero__meta { display: flex; align-items: center; gap: 16px; font-size: 0.82rem; flex-wrap: wrap; color: var(--sm-text-gray); }
.sm-single-hero__meta time, .sm-single-hero__meta span { display: inline-flex; align-items: center; gap: 6px; }
.sm-single-hero__meta svg { opacity: 0.5; }
.sm-single-hero__divider { opacity: 0.3; }
.sm-single-hero__author { color: var(--sm-text-light); }
.sm-single-hero__reading { color: var(--sm-text-gray); }

/* Single Article */
.sm-single-article { background: var(--sm-bg-dark); }

/* Single Content — Typography */
.sm-single-content { max-width: 800px; margin: 0 auto; padding: clamp(40px, 6vw, 72px) 20px; }
.sm-single-content__body { }
.sm-single-content__body.entry-content p { font-size: 1.05rem; line-height: 1.85; color: rgba(255,255,255,0.82); margin-bottom: 24px; }
.sm-single-content__body.entry-content h2 { font-size: 1.6rem; font-family: var(--sm-font-heading); color: var(--sm-text-light); margin: 48px 0 18px; padding-bottom: 10px; border-bottom: 1px solid rgba(200,164,90,0.15); }
.sm-single-content__body.entry-content h3 { font-size: 1.25rem; font-family: var(--sm-font-heading); color: var(--sm-text-light); margin: 36px 0 14px; }
.sm-single-content__body.entry-content h4 { font-size: 1.05rem; font-family: var(--sm-font-heading); color: var(--sm-gold); margin: 28px 0 12px; }
.sm-single-content__body.entry-content img { border-radius: 12px; margin: 32px 0; max-width: 100%; height: auto; }
.sm-single-content__body.entry-content blockquote { margin: 32px 0; padding: 24px 28px; border-left: 3px solid var(--sm-gold); background: rgba(200,164,90,0.05); border-radius: 0 10px 10px 0; font-style: italic; color: rgba(255,255,255,0.7); }
.sm-single-content__body.entry-content blockquote p { margin-bottom: 0; }
.sm-single-content__body.entry-content ul, .sm-single-content__body.entry-content ol { margin: 20px 0; padding-left: 24px; color: rgba(255,255,255,0.78); }
.sm-single-content__body.entry-content ul { list-style: disc; }
.sm-single-content__body.entry-content ol { list-style: decimal; }
.sm-single-content__body.entry-content li { margin-bottom: 10px; line-height: 1.7; }
.sm-single-content__body.entry-content a { color: var(--sm-gold); text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s; }
.sm-single-content__body.entry-content a:hover { color: var(--sm-gold-light); }
.sm-single-content__body.entry-content pre { background: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 20px; overflow-x: auto; font-size: 0.88rem; margin: 28px 0; }
.sm-single-content__body.entry-content code { background: rgba(200,164,90,0.1); padding: 2px 8px; border-radius: 4px; font-size: 0.88rem; color: var(--sm-gold); }
.sm-single-content__body.entry-content figure { margin: 32px 0; }
.sm-single-content__body.entry-content figcaption { text-align: center; font-size: 0.82rem; color: var(--sm-text-gray); margin-top: 10px; }
.sm-single-content__body.entry-content table { width: 100%; border-collapse: collapse; margin: 28px 0; font-size: 0.92rem; }
.sm-single-content__body.entry-content table th, .sm-single-content__body.entry-content table td { padding: 12px 16px; border: 1px solid rgba(255,255,255,0.08); text-align: left; }
.sm-single-content__body.entry-content table th { background: rgba(200,164,90,0.08); color: var(--sm-gold); font-weight: 600; }
.sm-single-content__body.entry-content table td { color: rgba(255,255,255,0.75); }
.sm-single-content__body.entry-content .wp-block-image { margin: 32px 0; }
.sm-single-content__body.entry-content .wp-block-image img { border-radius: 12px; }
.sm-single-content__body.entry-content .wp-caption-text { text-align: center; font-size: 0.82rem; color: var(--sm-text-gray); margin-top: 10px; }

/* Post Content — sm-post-content (legacy) */
.sm-post-content { max-width: 780px; margin: 0 auto; padding: clamp(40px, 6vw, 72px) 0; }
.sm-post-content p { font-size: 1.02rem; line-height: 1.85; color: rgba(255,255,255,0.82); margin-bottom: 24px; }
.sm-post-content h2 { font-size: 1.6rem; font-family: var(--sm-font-heading); color: var(--sm-text-light); margin: 48px 0 18px; padding-bottom: 10px; border-bottom: 1px solid rgba(200,164,90,0.15); }
.sm-post-content h3 { font-size: 1.25rem; font-family: var(--sm-font-heading); color: var(--sm-text-light); margin: 36px 0 14px; }
.sm-post-content h4 { font-size: 1.05rem; font-family: var(--sm-font-heading); color: var(--sm-gold); margin: 28px 0 12px; }
.sm-post-content img { border-radius: 12px; margin: 32px 0; max-width: 100%; height: auto; }
.sm-post-content blockquote { margin: 32px 0; padding: 24px 28px; border-left: 3px solid var(--sm-gold); background: rgba(200,164,90,0.05); border-radius: 0 10px 10px 0; font-style: italic; color: rgba(255,255,255,0.7); }
.sm-post-content ul, .sm-post-content ol { margin: 20px 0; padding-left: 24px; color: rgba(255,255,255,0.78); }
.sm-post-content li { margin-bottom: 10px; line-height: 1.7; }
.sm-post-content a { color: var(--sm-gold); text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s; }
.sm-post-content a:hover { color: var(--sm-gold-light); }
.sm-post-content pre { background: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 20px; overflow-x: auto; font-size: 0.88rem; margin: 28px 0; }
.sm-post-content code { background: rgba(200,164,90,0.1); padding: 2px 8px; border-radius: 4px; font-size: 0.88rem; color: var(--sm-gold); }
.sm-post-content figure { margin: 32px 0; }
.sm-post-content figcaption { text-align: center; font-size: 0.82rem; color: var(--sm-text-gray); margin-top: 10px; }

/* Page Links (wp_link_pages) */
.sm-page-links { display: flex; align-items: center; gap: 8px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.06); margin-top: 32px; }
.sm-page-links__title { font-size: 0.82rem; color: var(--sm-text-gray); font-weight: 600; margin-right: 4px; }
.sm-page-links span { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 10px; font-size: 0.85rem; background: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.08); border-radius: 6px; color: var(--sm-text-gray); }
.sm-page-links a span { transition: all 0.2s; }
.sm-page-links a:hover span { border-color: var(--sm-gold); color: var(--sm-gold); }

/* Tags (Single Post) */
.sm-single-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 32px 0; border-top: 1px solid rgba(255,255,255,0.06); margin-top: 32px; }
.sm-single-tags svg { color: var(--sm-text-gray); opacity: 0.5; }
.sm-single-tags__tag { display: inline-block; padding: 6px 16px; font-size: 0.78rem; color: var(--sm-text-gray); background: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.08); border-radius: 100px; text-decoration: none; transition: all 0.25s; }
.sm-single-tags__tag:hover { border-color: var(--sm-gold); color: var(--sm-gold); }
.sm-post-tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 32px 0; border-top: 1px solid rgba(255,255,255,0.06); max-width: 780px; margin: 0 auto; }
.sm-post-tags a { display: inline-block; padding: 6px 16px; font-size: 0.78rem; color: var(--sm-text-gray); background: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.08); border-radius: 100px; text-decoration: none; transition: all 0.25s; }
.sm-post-tags a:hover { border-color: var(--sm-gold); color: var(--sm-gold); }

/* Author Box (Single Post — Redesigned) */
.sm-author-box { background: var(--sm-bg-dark); padding: clamp(40px, 5vw, 64px) 0; border-top: 1px solid rgba(255,255,255,0.04); }
.sm-author-box__inner { display: flex; gap: 24px; padding: 32px; background: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; max-width: 800px; margin: 0 auto; }
.sm-author-box__avatar { flex-shrink: 0; }
.sm-author-box__avatar a { display: block; }
.sm-author-box__img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(200,164,90,0.2); }
.sm-author-box__info { flex: 1; }
.sm-author-box__label { display: block; font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; color: var(--sm-gold); margin-bottom: 4px; }
.sm-author-box__name { font-size: 1.15rem; font-family: var(--sm-font-heading); color: var(--sm-text-light); margin-bottom: 8px; }
.sm-author-box__name a { color: inherit; text-decoration: none; transition: color 0.2s; }
.sm-author-box__name a:hover { color: var(--sm-gold); }
.sm-author-box__bio { font-size: 0.88rem; color: var(--sm-text-gray); line-height: 1.65; margin-bottom: 12px; }
.sm-author-box__link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.78rem; font-weight: 600; color: var(--sm-gold); text-decoration: none; text-transform: uppercase; letter-spacing: 0.08em; transition: gap 0.2s; }
.sm-author-box__link:hover { gap: 10px; }

/* Post Navigation (Single Post — Redesigned) */
.sm-post-nav { background: var(--sm-bg-dark); padding: 0 0 clamp(40px, 5vw, 64px); }
.sm-post-nav__inner { display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 800px; margin: 0 auto; }
.sm-post-nav__link { display: flex; flex-direction: column; gap: 8px; padding: 24px; background: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; text-decoration: none; transition: all 0.25s; }
.sm-post-nav__link:hover { border-color: rgba(200,164,90,0.2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.sm-post-nav__link--empty { visibility: hidden; }
.sm-post-nav__label { display: flex; align-items: center; gap: 6px; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--sm-gold); font-weight: 600; }
.sm-post-nav__title { font-size: 0.95rem; color: var(--sm-text-light); font-weight: 500; line-height: 1.4; }
.sm-post-nav__link--next { text-align: right; }
.sm-post-nav__link--next .sm-post-nav__label { justify-content: flex-end; }
.sm-post-nav__item { display: flex; flex-direction: column; gap: 6px; padding: 20px 24px; background: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; text-decoration: none; transition: all 0.25s; }
.sm-post-nav__item:hover { border-color: rgba(200,164,90,0.2); transform: translateY(-2px); }
.sm-post-nav__item--next { text-align: right; }

/* Related Posts (Single Post — Redesigned) */
.sm-related { background: var(--sm-bg-dark); padding: clamp(48px, 6vw, 80px) 0; border-top: 1px solid rgba(255,255,255,0.04); }
.sm-related__heading { display: flex; align-items: center; gap: 20px; font-size: 1.4rem; font-family: var(--sm-font-heading); color: var(--sm-text-light); margin-bottom: 36px; text-align: center; justify-content: center; }
.sm-related__heading-line { flex: 1; max-width: 100px; height: 1px; background: linear-gradient(90deg, transparent, rgba(200,164,90,0.3), transparent); }
.sm-related__title { font-size: 1.4rem; font-family: var(--sm-font-heading); color: var(--sm-text-light); margin-bottom: 32px; text-align: center; }
.sm-related__grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.sm-blog-grid--related .sm-blog-card__title { font-size: 1.05rem; }
.sm-blog-grid--related .sm-blog-card__title h3 { font-size: inherit; margin: 0; }

/* ==========================================================================
   24. BLOG — Comments (Redesigned)
   ========================================================================== */
.sm-comments-section { background: var(--sm-bg-dark); border-top: 1px solid rgba(255,255,255,0.04); }
.sm-comments { max-width: 800px; margin: 0 auto; padding: clamp(48px, 6vw, 72px) 0; }
.sm-comments__title { display: flex; align-items: center; gap: 12px; font-size: 1.25rem; font-family: var(--sm-font-heading); color: var(--sm-text-light); margin-bottom: 32px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.sm-comments__title svg { color: var(--sm-gold); }

/* Comment List */
.sm-comments__list { list-style: none; padding: 0; margin: 0; }
.sm-comment { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.sm-comment .children { padding-left: 32px; margin-top: 0; list-style: none; border-left: 2px solid rgba(200,164,90,0.1); }
.sm-comment__body { }
.sm-comment__header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.sm-comment__avatar { flex-shrink: 0; }
.sm-comment__avatar-img { width: 48px; height: 48px; border-radius: 50%; border: 2px solid rgba(200,164,90,0.15); }
.sm-comment__meta { }
.sm-comment__author { display: block; font-weight: 600; color: var(--sm-text-light); font-size: 0.92rem; font-family: var(--sm-font-heading); }
.sm-comment__date { display: block; font-size: 0.75rem; color: var(--sm-text-gray); margin-top: 2px; }
.sm-comment__moderation { padding: 10px 16px; background: rgba(200,164,90,0.08); border-radius: 8px; margin-bottom: 12px; font-size: 0.85rem; color: var(--sm-gold); }
.sm-comment__content { color: rgba(255,255,255,0.75); font-size: 0.92rem; line-height: 1.7; margin-bottom: 12px; }
.sm-comment__content p { margin-bottom: 8px; }
.sm-comment__content p:last-child { margin-bottom: 0; }
.sm-comment__footer { display: flex; gap: 16px; }
.sm-comment__reply a, .sm-comment__edit a { font-size: 0.75rem; color: var(--sm-gold); text-decoration: none; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; transition: opacity 0.2s; }
.sm-comment__reply a:hover, .sm-comment__edit a:hover { opacity: 0.75; }
.sm-comments__closed { display: flex; align-items: center; gap: 8px; padding: 16px 20px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 8px; font-size: 0.88rem; color: var(--sm-text-gray); }
.sm-comments__closed svg { color: var(--sm-gold); flex-shrink: 0; }

/* Legacy comments (backward compatibility) */
.sm-comments .comment-list { list-style: none; padding: 0; }
.sm-comments .comment { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.sm-comments .comment-author { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.sm-comments .comment-author img { border-radius: 50%; width: 40px; height: 40px; }
.sm-comments .comment-author .fn { font-weight: 600; color: var(--sm-text-light); font-size: 0.92rem; }
.sm-comments .comment-meta { font-size: 0.78rem; color: var(--sm-text-gray); margin-bottom: 12px; }
.sm-comments .comment-meta a { color: inherit; }
.sm-comments .comment-content { color: rgba(255,255,255,0.75); font-size: 0.92rem; line-height: 1.7; }
.sm-comments .reply a { font-size: 0.78rem; color: var(--sm-gold); text-decoration: none; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }

/* Comment Form (Redesigned) */
.sm-comment-form { margin-top: 48px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.06); }
.sm-comment-form .comment-reply-title { font-size: 1.25rem; font-family: var(--sm-font-heading); color: var(--sm-text-light); margin-bottom: 8px; }
.sm-comment-form__note { font-size: 0.82rem; color: var(--sm-text-gray); margin-bottom: 28px; }
.sm-comment-form__note .required { color: var(--sm-gold); }
.sm-comment-form__row { display: grid; grid-template-columns: 1fr; gap: 0; }
.sm-comment-form__field { margin-bottom: 20px; }
.sm-comment-form__field--textarea { margin-bottom: 20px; }
.sm-comment-form__label { display: block; font-size: 0.82rem; color: var(--sm-text-gray); margin-bottom: 8px; font-weight: 500; }
.sm-comment-form__label .required { color: var(--sm-gold); }
.sm-comment-form__input, .sm-comment-form__textarea { width: 100%; padding: 14px 16px; font-size: 0.95rem; font-family: var(--sm-font-body); color: var(--sm-text-light); background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; outline: none; transition: border-color 0.25s, background 0.25s; }
.sm-comment-form__input:focus, .sm-comment-form__textarea:focus { border-color: var(--sm-gold); background: rgba(200,164,90,0.03); }
.sm-comment-form__textarea { resize: vertical; min-height: 140px; }
.sm-comment-form__submit { margin-top: 8px; }
.sm-comment-form label { display: block; font-size: 0.82rem; color: var(--sm-text-gray); margin-bottom: 6px; font-weight: 500; }
.sm-comment-form input[type="text"], .sm-comment-form input[type="email"], .sm-comment-form input[type="url"], .sm-comment-form textarea { width: 100%; padding: 14px 16px; font-size: 0.95rem; font-family: var(--sm-font-body); color: var(--sm-text-light); background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; outline: none; transition: border-color 0.25s, background 0.25s; margin-bottom: 20px; }
.sm-comment-form input:focus, .sm-comment-form textarea:focus { border-color: var(--sm-gold); background: rgba(200,164,90,0.03); }
.sm-comment-form textarea { resize: vertical; min-height: 140px; }
.sm-comment-form .form-submit input[type="submit"] { display: inline-flex; padding: 14px 32px; background: var(--sm-gold); color: var(--sm-bg-dark); border: none; border-radius: 8px; font-size: 0.88rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; cursor: pointer; transition: all 0.25s; }
.sm-comment-form .form-submit input[type="submit"]:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(200,164,90,0.35); }
.comment-navigation { display: flex; justify-content: space-between; padding: 20px 0; }
.comment-navigation a { display: inline-flex; align-items: center; gap: 6px; font-size: 0.82rem; color: var(--sm-gold); text-decoration: none; font-weight: 600; transition: opacity 0.2s; }
.comment-navigation a:hover { opacity: 0.75; }

/* ==========================================================================
   25. BLOG — Sidebar Widgets
   ========================================================================== */
.sm-sidebar { }
.sm-sidebar__widget { margin-bottom: 32px; padding: 24px; background: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; }
.sm-sidebar__title { display: flex; align-items: center; gap: 8px; font-size: 0.95rem; font-weight: 600; color: var(--sm-text-light); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid rgba(200,164,90,0.12); }
.sm-sidebar__title svg { color: var(--sm-gold); }
.sm-sidebar__list { list-style: none; padding: 0; margin: 0; }
.sm-sidebar__list-item { border-bottom: 1px solid rgba(255,255,255,0.04); }
.sm-sidebar__list-item:last-child { border-bottom: none; }
.sm-sidebar__link { display: flex; align-items: center; gap: 14px; padding: 12px 0; text-decoration: none; transition: all 0.2s; }
.sm-sidebar__link:hover { transform: translateX(4px); }
.sm-sidebar__link:hover .sm-sidebar__link-title { color: var(--sm-gold); }
.sm-sidebar__link-thumb { width: 56px; height: 56px; flex-shrink: 0; border-radius: 8px; overflow: hidden; }
.sm-sidebar__link-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sm-sidebar__link-info { flex: 1; min-width: 0; }
.sm-sidebar__link-title { display: block; font-size: 0.88rem; color: var(--sm-text-light); font-weight: 500; line-height: 1.35; transition: color 0.2s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sm-sidebar__link-date { display: block; font-size: 0.72rem; color: var(--sm-text-gray); margin-top: 4px; }
.sm-sidebar__list--cats li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.sm-sidebar__list--cats li:last-child { border-bottom: none; }
.sm-sidebar__list--cats a { color: var(--sm-text-gray); font-size: 0.88rem; text-decoration: none; transition: color 0.2s; }
.sm-sidebar__list--cats a:hover { color: var(--sm-gold); }

/* Generic widget styling */
.sm-widget { margin-bottom: 32px; padding: 24px; background: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; }
.sm-widget__title { font-size: 0.95rem; font-weight: 600; color: var(--sm-text-light); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid rgba(200,164,90,0.12); }
.sm-widget ul { list-style: none; padding: 0; }
.sm-widget li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.sm-widget li:last-child { border-bottom: none; }
.sm-widget a { color: var(--sm-text-gray); font-size: 0.88rem; text-decoration: none; transition: color 0.2s; }
.sm-widget a:hover { color: var(--sm-gold); }

/* Widget area (WordPress defaults) */
.widget { margin-bottom: 32px; padding: 24px; background: var(--sm-bg-darker); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; }
.widget-title { font-size: 0.95rem; font-weight: 600; color: var(--sm-text-light); font-family: var(--sm-font-heading); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid rgba(200,164,90,0.12); }
.widget ul { list-style: none; padding: 0; margin: 0; }
.widget li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.widget li:last-child { border-bottom: none; }
.widget a { color: var(--sm-text-gray); font-size: 0.88rem; text-decoration: none; transition: color 0.2s; }
.widget a:hover { color: var(--sm-gold); }

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

/* ── 480px ── */
@media (min-width: 480px) {
  .sm-contact__form-row { grid-template-columns: 1fr 1fr; }
  .sm-gallery__grid { columns: 2; }
  .sm-floating-wa__text { display: inline; }
  .sm-services__textures { grid-template-columns: 1fr 1fr 1fr; }
  .sm-blog__grid { grid-template-columns: 1fr 1fr; }
  .sm-post-nav { grid-template-columns: 1fr 1fr; }
  .sm-related__grid { grid-template-columns: 1fr 1fr; }
}

/* ── 640px ── */
@media (min-width: 640px) {
  .sm-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .sm-post-nav__inner { grid-template-columns: 1fr 1fr; }
  .sm-comment-form__row { grid-template-columns: 1fr 1fr; gap: 16px; }
  .sm-author-box__inner { align-items: center; }
}

/* ── 768px ── */
@media (min-width: 768px) {
  .sm-topbar { display: block; }
  .sm-header { top: var(--sm-topbar-h, 40px); }
  .sm-header--scrolled { top: 0; }
  body.admin-bar .sm-header { top: calc(var(--sm-admin-bar-h, 32px) + var(--sm-topbar-h, 40px)); }
  body.admin-bar .sm-header--scrolled { top: var(--sm-admin-bar-h, 32px); }
  .sm-header__phone, .sm-header__whatsapp { display: flex; }
  .sm-hero__content { padding-top: calc(var(--sm-topbar-h, 40px) + var(--sm-header-h, 80px) + 40px); }
  .sm-about__layout { grid-template-columns: 1fr 1.15fr; gap: 48px; }
  .sm-about__features { grid-template-columns: 1fr 1fr; }
  .sm-services__header { grid-template-columns: 1fr 1fr; align-items: center; }
  .sm-special__grid { grid-template-columns: 1fr 1fr; }
  .sm-gallery__grid { columns: 2; }
  .sm-cta__inner { flex-direction: row; align-items: center; justify-content: space-between; }
  .sm-contact__grid { grid-template-columns: 1fr 1fr; }
  .sm-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .sm-footer__bottom-inner { flex-direction: row; justify-content: space-between; }
  .sm-single-hero { min-height: 480px; }
  .sm-single-hero--has-thumb { min-height: 520px; }
}

@media (max-width: 782px) {
  body.admin-bar { --sm-admin-bar-h: 46px; }
}

/* ── 1024px ── */
@media (min-width: 1024px) {
  .sm-header__nav { display: flex; }
  .sm-header__hamburger { display: none; }
  .sm-about__layout { grid-template-columns: 0.85fr 1.3fr 0.85fr; gap: 48px; }
  .sm-about__img--right { display: block; }
  .sm-services__content { grid-template-columns: 0.78fr 1.22fr; align-items: start; }
  .sm-services__grid { grid-template-columns: repeat(4, 1fr); }
  .sm-gallery__grid { columns: 3; }
  .sm-footer__grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
  .sm-blog__grid { grid-template-columns: repeat(3, 1fr); }
  .sm-blog-grid { grid-template-columns: repeat(3, 1fr); }
  .sm-related__grid { grid-template-columns: repeat(3, 1fr); }
  .sm-blog-grid--related { grid-template-columns: repeat(3, 1fr); }
}

/* ── 1280px ── */
@media (min-width: 1280px) {
  .sm-gallery__grid { columns: 4; }
  .sm-services__card-title { font-size: 1.3rem; }
}

/* ── Reduced Motion ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .sm-reveal { opacity: 1; transform: none; }
}

/* ── Print ── */
@media print {
  .sm-topbar, .sm-header, .sm-floating-wa, .sm-scroll-top, .sm-mobile-menu, .sm-post-nav, .sm-related, .sm-comments-section { display: none !important; }
  body { background: #fff; color: #000; }
  .sm-hero { min-height: auto; }
  .sm-single-hero__overlay { background: transparent !important; }
  .sm-single-content__body.entry-content, .sm-single-content__body.entry-content p { color: #000; }
}

/* ==========================================================================
   SIVIMETAL.COM.TR - Dark Foundry Restyle
   ========================================================================== */
:root {
  --sm-comtr-ink: #0f0d0b;
  --sm-comtr-ink-2: #17130f;
  --sm-comtr-panel: #211a14;
  --sm-comtr-paper: #eee8df;
  --sm-comtr-paper-2: #f7f3ee;
  --sm-comtr-copper: #c97943;
  --sm-comtr-copper-dark: #9e5830;
  --sm-comtr-brass: #d5b06a;
  --sm-comtr-silver: #d7d3cc;
  --sm-comtr-muted: #bfb4a8;
}

body {
  background:
    linear-gradient(180deg, #0d0c0b 0%, #17130f 45%, #0f0d0b 100%);
  color: #f4efe8;
}

#hero,
#hakkimizda,
#hizmetler,
#ozel-kaplamalar,
#galeri,
#iletisim {
  scroll-margin-top: calc(var(--sm-topbar-h, 40px) + var(--sm-header-h, 80px) + 18px);
}

.sm-topbar {
  background: #0a0908;
  border-bottom-color: rgba(213,176,106,0.18);
}

.sm-topbar::after {
  left: 0;
  right: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(201,121,67,0.55) 18%, rgba(215,211,204,0.2) 50%, rgba(201,121,67,0.55) 82%, transparent 100%);
}

.sm-header {
  background: rgba(15,13,11,0.78);
  border-bottom: 1px solid rgba(215,211,204,0.08);
  box-shadow: 0 18px 54px rgba(0,0,0,0.22);
}

.sm-header--scrolled {
  background: rgba(10,9,8,0.96);
  box-shadow: 0 1px 0 rgba(201,121,67,0.18), 0 18px 52px rgba(0,0,0,0.34);
}

.sm-header__inner {
  gap: 18px;
}

.sm-header__logo-text {
  font-size: clamp(1.35rem, 1.9vw, 1.7rem);
}

.sm-header__logo-sivi {
  background: linear-gradient(135deg, #ffffff 0%, #bcb6aa 44%, #f4efe8 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.sm-header__logo-metal {
  background: linear-gradient(135deg, var(--sm-comtr-copper) 0%, #f0c086 42%, var(--sm-comtr-brass) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.sm-header__menu {
  gap: 2px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.035);
  border-radius: 999px;
}

.sm-header__menu li a {
  padding: 9px 15px;
  border-radius: 999px;
  letter-spacing: 0.12em;
  color: rgba(244,239,232,0.74);
}

.sm-header__menu li a::before {
  display: none;
}

.sm-header__menu li a:hover,
.sm-header__menu li a.active {
  color: #fff;
  background: rgba(201,121,67,0.2);
}

.sm-header__action-circle--orange,
.sm-about__contact-circle--orange {
  background: linear-gradient(135deg, var(--sm-comtr-copper), var(--sm-comtr-copper-dark));
}

.sm-btn {
  border-radius: 0;
  min-height: 52px;
}

.sm-btn--primary {
  background: linear-gradient(135deg, var(--sm-comtr-copper), var(--sm-comtr-copper-dark));
  border-color: transparent;
  box-shadow: 0 14px 32px rgba(158,88,48,0.22);
}

.sm-btn--primary:hover {
  background: linear-gradient(135deg, #d28a51, #a75f35);
  box-shadow: 0 18px 38px rgba(158,88,48,0.34);
}

.sm-btn--outline {
  border-color: rgba(244,239,232,0.44);
  color: #f4efe8;
}

.sm-btn--outline:hover {
  background: #f4efe8;
  color: var(--sm-comtr-ink);
}

.sm-hero {
  min-height: 100vh;
  min-height: 100svh;
  background-position: center right;
  isolation: isolate;
}

.sm-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(15,13,11,0.98) 0%, rgba(15,13,11,0.94) 42%, rgba(15,13,11,0.5) 72%, rgba(15,13,11,0.28) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.72) 100%);
  pointer-events: none;
}

.sm-hero::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: clamp(150px, 22vh, 210px);
  right: clamp(36px, 7vw, 120px);
  width: min(34vw, 430px);
  height: min(58vh, 520px);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.38)),
    url('../img/gallery/bronz-duvar.jpeg') center / cover no-repeat;
  border: 1px solid rgba(244,239,232,0.2);
  border-radius: 0 64px 0 64px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
  pointer-events: none;
}

.sm-hero__overlay {
  background:
    linear-gradient(90deg, rgba(15,13,11,0.2) 0%, rgba(15,13,11,0.1) 100%);
  z-index: 1;
}

.sm-hero__content {
  max-width: 650px;
  padding-bottom: clamp(56px, 8vw, 100px);
}

.sm-hero__label {
  color: #f0c086;
  background: transparent;
  padding: 0 0 0 42px;
  border-radius: 0;
  position: relative;
  letter-spacing: 0.22em;
}

.sm-hero__label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  height: 1px;
  background: var(--sm-comtr-copper);
}

.sm-hero__title {
  max-width: 610px;
  color: #fff9f1;
  letter-spacing: 0;
  text-shadow: 0 20px 45px rgba(0,0,0,0.45);
}

.sm-hero__subtitle {
  color: rgba(244,239,232,0.82);
  max-width: 560px;
  padding-left: 22px;
  border-left: 2px solid rgba(201,121,67,0.62);
}

.sm-hero__scroll-indicator {
  color: rgba(244,239,232,0.52);
}

.sm-about {
  background:
    linear-gradient(180deg, #15110e 0%, #201914 100%);
  color: #f4efe8;
}

.sm-about::before,
.sm-about::after {
  display: none;
}

.sm-about__layout {
  align-items: stretch;
}

.sm-about__img img {
  border-radius: 0 44px 0 44px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.38);
}

.sm-about__img--left::after,
.sm-about__img--right::after {
  border-color: rgba(201,121,67,0.75);
  border-radius: 0;
  opacity: 0.72;
}

.sm-about__label,
.sm-services__label,
.sm-gallery__label,
.sm-contact__label,
.sm-special__label {
  color: var(--sm-comtr-copper);
}

.sm-about__title,
.sm-about__text,
.sm-about__feature,
.sm-about__contact-text strong {
  color: #f4efe8;
}

.sm-about__text {
  border-left-color: rgba(201,121,67,0.52);
  color: rgba(244,239,232,0.74);
}

.sm-about__feature,
.sm-about__contact-block {
  background: rgba(255,255,255,0.055);
  border-color: rgba(255,255,255,0.1);
  box-shadow: none;
}

.sm-about__feature:hover,
.sm-about__contact-block:hover {
  background: rgba(255,255,255,0.085);
}

.sm-about__contact-text small {
  color: rgba(244,239,232,0.55);
}

.sm-services {
  background:
    linear-gradient(180deg, var(--sm-comtr-paper-2) 0%, var(--sm-comtr-paper) 100%);
  color: #1a1714;
}

.sm-services__header {
  padding: clamp(22px, 3vw, 34px) 0;
  border-top: 1px solid rgba(32,26,20,0.12);
  border-bottom: 1px solid rgba(32,26,20,0.12);
}

.sm-services__title,
.sm-services__stock-title {
  color: #17130f;
}

.sm-services__desc,
.sm-services__stock-desc {
  color: #6a5f54;
}

.sm-services__tab {
  color: #70655a;
}

.sm-services__tab--active,
.sm-services__tab:hover {
  color: #17130f;
}

.sm-services__showcase {
  border-radius: 44px 0 44px 0;
  border: 1px solid rgba(32,26,20,0.12);
  box-shadow: 0 22px 60px rgba(32,26,20,0.16);
}

.sm-services__content {
  background:
    linear-gradient(135deg, #17130f 0%, #241b14 100%);
  border-color: rgba(213,176,106,0.2);
  border-radius: 0;
  box-shadow: 0 30px 80px rgba(32,26,20,0.24);
}

.sm-services__content-title {
  color: #fff8ef;
}

.sm-services__content-media {
  border-radius: 0 34px 0 34px;
  border-color: rgba(244,239,232,0.2);
  background: #31261d;
  min-height: 320px;
}

.sm-services__content-media::after {
  border-color: rgba(244,239,232,0.42);
}

.sm-services__content-media figcaption {
  background: rgba(15,13,11,0.76);
}

.sm-services__content-body p {
  color: rgba(244,239,232,0.72);
}

.sm-services__content-body p:first-child {
  color: #fff8ef;
}

.sm-services__card {
  border-radius: 0 28px 0 28px;
  border: 1px solid rgba(32,26,20,0.16);
}

.sm-services__textures {
  gap: 18px;
}

.sm-services__texture {
  border-radius: 0 24px 0 24px;
  border: 1px solid rgba(32,26,20,0.14);
}

.sm-special {
  background:
    linear-gradient(135deg, rgba(201,121,67,0.13) 0%, transparent 38%),
    #100e0c;
}

.sm-special__block {
  border-radius: 0 42px 0 42px;
  border: 1px solid rgba(244,239,232,0.1);
}

.sm-special__block--metals {
  background:
    linear-gradient(145deg, #201914 0%, #120f0d 100%);
}

.sm-special__block--italian {
  min-height: clamp(390px, 46vw, 540px);
}

.sm-special__block-overlay {
  background:
    linear-gradient(90deg, rgba(12,10,9,0.88) 0%, rgba(12,10,9,0.64) 52%, rgba(12,10,9,0.34) 100%),
    linear-gradient(0deg, rgba(0,0,0,0.36), transparent);
}

.sm-special__title {
  color: #fff8ef;
}

.sm-special__desc,
.sm-special__note {
  color: rgba(244,239,232,0.78);
}

.sm-special__note {
  background: rgba(244,239,232,0.08);
  border-left-color: var(--sm-comtr-copper);
}

.sm-gallery {
  background:
    linear-gradient(180deg, #17130f 0%, #0f0d0b 100%);
}

.sm-gallery__title {
  color: #fff8ef;
}

.sm-gallery__desc {
  color: rgba(244,239,232,0.62);
}

.sm-gallery__grid {
  column-gap: 18px;
}

.sm-gallery__item {
  border-radius: 0 28px 0 28px;
  border: 1px solid rgba(244,239,232,0.1);
  box-shadow: 0 22px 58px rgba(0,0,0,0.26);
}

.sm-gallery__overlay {
  background: rgba(15,13,11,0.62);
}

.sm-cta__overlay {
  background:
    linear-gradient(90deg, rgba(15,13,11,0.94) 0%, rgba(36,26,18,0.84) 55%, rgba(15,13,11,0.72) 100%);
}

.sm-contact {
  background:
    linear-gradient(180deg, #eee8df 0%, #ddd4c9 100%);
  color: #17130f;
}

.sm-contact__title {
  color: #17130f;
}

.sm-contact__field input,
.sm-contact__field textarea {
  color: #17130f;
  border-bottom-color: rgba(23,19,15,0.22);
}

.sm-contact__field input::placeholder,
.sm-contact__field textarea::placeholder {
  color: #756b61;
}

.sm-contact__info-card {
  background: #17130f;
  border-color: rgba(201,121,67,0.22);
  border-radius: 0 34px 0 34px;
}

.sm-contact__map {
  border-radius: 0 34px 0 34px;
  border: 1px solid rgba(23,19,15,0.12);
}

.sm-footer {
  background:
    linear-gradient(180deg, #100e0c 0%, #090807 100%);
  border-top-color: rgba(201,121,67,0.16);
}

.sm-floating-wa {
  box-shadow: 0 18px 44px rgba(0,0,0,0.36);
}

@media (min-width: 1024px) {
  .sm-hero__content {
    padding-top: calc(var(--sm-topbar-h, 40px) + var(--sm-header-h, 80px) + 70px);
  }

  .sm-services__content {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
  }

  .sm-services__content-media {
    min-height: 520px;
  }

  .sm-services__grid {
    gap: 20px;
  }
}

@media (max-width: 1023px) {
  .sm-hero::after {
    display: none;
  }

  .sm-hero {
    background-position: center;
  }

  .sm-hero__subtitle {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .sm-header {
    background: rgba(10,9,8,0.94);
  }

  .sm-header__logo-text {
    font-size: 1.35rem;
  }

  .sm-hero {
    min-height: 88vh;
    min-height: 88svh;
  }

  .sm-hero__content {
    padding-top: calc(var(--sm-header-h, 80px) + 40px);
    padding-bottom: 70px;
  }

  .sm-hero__buttons {
    align-items: stretch;
  }

  .sm-hero__buttons .sm-btn {
    width: 100%;
  }

  .sm-about__img img,
  .sm-services__showcase,
  .sm-services__content-media,
  .sm-services__card,
  .sm-services__texture,
  .sm-special__block,
  .sm-gallery__item,
  .sm-contact__info-card,
  .sm-contact__map {
    border-radius: 0 24px 0 24px;
  }

  .sm-services__content {
    padding: 22px;
  }

  .sm-services__content-media {
    min-height: 300px;
  }

  .sm-special__block--italian {
    min-height: 420px;
  }
}

/* ==========================================================================
   SIVIMETAL.COM.TR - Slab Atelier Hero Reset
   ========================================================================== */
.sm-header__menu {
  border-radius: 0;
  background: transparent;
  border-color: rgba(244,239,232,0.12);
  border-left: 1px solid rgba(244,239,232,0.12);
  border-right: 1px solid rgba(244,239,232,0.12);
}

.sm-header__menu li a {
  border-radius: 0;
  border-left: 1px solid rgba(244,239,232,0.07);
}

.sm-header__menu li:first-child a {
  border-left: 0;
}

.sm-header__menu li a:hover,
.sm-header__menu li a.active {
  background: rgba(201,121,67,0.14);
}

.sm-hero--comtr {
  display: block;
  min-height: 100vh;
  min-height: 100svh;
  background-position: center;
  background-size: cover;
}

.sm-hero--comtr::before {
  background:
    linear-gradient(90deg, rgba(9,8,7,0.98) 0%, rgba(9,8,7,0.92) 36%, rgba(9,8,7,0.54) 68%, rgba(9,8,7,0.82) 100%),
    linear-gradient(180deg, rgba(9,8,7,0.22) 0%, rgba(9,8,7,0.82) 100%);
}

.sm-hero--comtr::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: min(34vw, 520px);
  height: auto;
  background:
    linear-gradient(90deg, rgba(201,121,67,0.16), transparent 70%),
    repeating-linear-gradient(90deg, rgba(244,239,232,0.045) 0 1px, transparent 1px 92px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  pointer-events: none;
}

.sm-hero--comtr .sm-hero__overlay {
  background:
    linear-gradient(180deg, rgba(9,8,7,0.08) 0%, rgba(9,8,7,0.42) 100%);
}

.sm-hero__inner {
  position: relative;
  z-index: 3;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.9fr);
  align-items: center;
  gap: clamp(34px, 5vw, 88px);
  padding-top: calc(var(--sm-header-h, 80px) + clamp(36px, 7vh, 74px));
  padding-bottom: clamp(64px, 8vh, 96px);
}

.sm-hero--comtr .sm-hero__content {
  max-width: 720px;
  padding: 0;
  margin: 0;
}

.sm-hero--comtr .sm-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f0c086;
  background: transparent;
  padding: 0;
  margin-bottom: 24px;
  letter-spacing: 0.2em;
}

.sm-hero--comtr .sm-hero__label::before {
  position: static;
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--sm-comtr-copper);
  transform: none;
}

.sm-hero--comtr .sm-hero__label::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.sm-hero--comtr .sm-hero__title {
  max-width: 720px;
  font-size: clamp(3rem, 5.1vw, 5.45rem);
  line-height: 0.98;
  margin-bottom: 26px;
}

.sm-hero--comtr .sm-hero__subtitle {
  max-width: 620px;
  padding-left: 24px;
  color: rgba(255,249,241,0.82);
  font-size: clamp(1rem, 1.2vw, 1.13rem);
  line-height: 1.72;
}

.sm-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 620px);
  margin-top: 28px;
  border: 1px solid rgba(244,239,232,0.14);
  background: rgba(244,239,232,0.08);
}

.sm-hero__meta span {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 12px 15px;
  color: rgba(255,249,241,0.78);
  background: rgba(15,13,11,0.58);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sm-hero__visual {
  position: relative;
  min-height: clamp(420px, 58vh, 610px);
}

.sm-hero__visual::before {
  content: '';
  position: absolute;
  inset: 10% 8% 8% 18%;
  border: 1px solid rgba(244,239,232,0.18);
  transform: skewX(-8deg);
}

.sm-hero__image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #201914;
  border: 1px solid rgba(244,239,232,0.18);
  box-shadow: 0 28px 72px rgba(0,0,0,0.46);
}

.sm-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sm-hero__image--main {
  top: 0;
  right: 0;
  width: 82%;
  height: 72%;
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
}

.sm-hero__image--detail {
  left: 0;
  bottom: 4%;
  width: 46%;
  height: 44%;
  clip-path: polygon(0 0, 100% 9%, 88% 100%, 0 92%);
}

.sm-hero__samples {
  position: absolute;
  right: 6%;
  bottom: 8%;
  display: grid;
  grid-template-columns: repeat(4, 56px);
  gap: 8px;
}

.sm-hero__samples span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  color: #19120d;
  background: linear-gradient(135deg, #f3d6a4, #b86b3e);
  border: 1px solid rgba(255,255,255,0.28);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.sm-hero--comtr .sm-hero__scroll-indicator {
  bottom: 18px;
}

@media (min-width: 1024px) {
  .sm-about__layout {
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(34px, 5vw, 72px);
  }

  .sm-about__img--right {
    display: none;
  }

  .sm-about__content {
    align-self: center;
    padding: clamp(24px, 4vw, 54px);
    border-left: 1px solid rgba(201,121,67,0.34);
  }

  .sm-services__header {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  }
}

@media (max-width: 1100px) {
  .sm-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .sm-hero__visual {
    min-height: 360px;
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  #hero,
  #hakkimizda,
  #hizmetler,
  #ozel-kaplamalar,
  #galeri,
  #iletisim {
    scroll-margin-top: calc(var(--sm-header-h, 80px) + 18px);
  }

  .sm-header__menu {
    border: 0;
  }

  .sm-hero--comtr {
    min-height: auto;
  }

  .sm-hero--comtr::after {
    width: 100%;
    opacity: 0.52;
  }

  .sm-hero__inner {
    display: block;
    min-height: auto;
    padding-top: calc(var(--sm-header-h, 80px) + 64px);
    padding-bottom: 96px;
  }

  .sm-hero--comtr .sm-hero__title {
    font-size: clamp(2.5rem, 14vw, 3.75rem);
    line-height: 1.02;
  }

  .sm-hero--comtr .sm-hero__subtitle {
    padding-left: 18px;
    line-height: 1.65;
  }

  .sm-hero__meta {
    display: none;
  }

  .sm-hero__visual {
    display: none;
  }
}

/* ==========================================================================
   SIVIMETAL.COM.TR - Material Lab System
   ========================================================================== */
:root {
  --sm-lab-paper: #f4f6f5;
  --sm-lab-paper-2: #e8ecea;
  --sm-lab-ink: #15191b;
  --sm-lab-ink-2: #2a3033;
  --sm-lab-muted: #667174;
  --sm-lab-line: #c8d0cd;
  --sm-lab-grid: rgba(21,25,27,0.08);
  --sm-lab-signal: #f0642f;
  --sm-lab-oxide: #476b63;
  --sm-lab-steel: #aeb8b5;
}

body {
  background:
    linear-gradient(var(--sm-lab-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--sm-lab-grid) 1px, transparent 1px),
    var(--sm-lab-paper);
  background-size: 44px 44px;
  color: var(--sm-lab-ink);
}

body::selection {
  background: var(--sm-lab-signal);
  color: #fff;
}

.sm-topbar {
  background: #f9fbfa;
  border-bottom: 1px solid var(--sm-lab-line);
}

.sm-topbar::after {
  display: none;
}

.sm-topbar__item {
  color: #536064;
}

.sm-topbar__item:hover {
  color: var(--sm-lab-signal);
}

.sm-header {
  height: 76px;
  background: rgba(248,250,249,0.96);
  border-bottom: 2px solid var(--sm-lab-ink);
  box-shadow: none;
}

.sm-header--scrolled {
  background: rgba(248,250,249,0.98);
  box-shadow: 0 12px 28px rgba(21,25,27,0.08);
}

.sm-header--scrolled::after {
  display: none;
}

.sm-header__logo-text::after {
  display: none;
}

.sm-header__logo-sivi,
.sm-header__logo-metal {
  background: none;
  -webkit-text-fill-color: currentColor;
  color: var(--sm-lab-ink);
}

.sm-header__logo-metal {
  color: var(--sm-lab-signal);
}

.sm-header__menu {
  counter-reset: labnav;
  gap: 0;
  padding: 0;
  background: #fff;
  border: 1px solid var(--sm-lab-ink);
  border-radius: 0;
}

.sm-header__menu li a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 17px;
  color: var(--sm-lab-ink);
  border-left: 1px solid var(--sm-lab-ink);
  border-radius: 0;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.sm-header__menu li:first-child a {
  border-left: 0;
}

.sm-header__menu li a::before {
  counter-increment: labnav;
  content: '0' counter(labnav);
  display: inline;
  position: static;
  width: auto;
  height: auto;
  transform: none;
  opacity: 1;
  background: none;
  color: var(--sm-lab-signal);
  border-radius: 0;
  font-family: Consolas, 'Courier New', monospace;
  font-size: 0.68rem;
}

.sm-header__menu li a:hover,
.sm-header__menu li a.active {
  background: var(--sm-lab-ink);
  color: #fff;
}

.sm-header__actions {
  gap: 10px;
}

.sm-header__phone,
.sm-header__whatsapp {
  color: var(--sm-lab-ink);
  border: 1px solid var(--sm-lab-line);
  border-radius: 0;
  background: #fff;
}

.sm-header__phone:hover,
.sm-header__whatsapp:hover {
  background: #f1f4f3;
}

.sm-header__action-circle,
.sm-about__contact-circle {
  border-radius: 0;
  box-shadow: none;
}

.sm-header__action-circle::after,
.sm-about__contact-circle::after {
  display: none;
}

.sm-header__action-circle--orange,
.sm-about__contact-circle--orange {
  background: var(--sm-lab-signal);
}

.sm-header__action-circle--green,
.sm-about__contact-circle--green {
  background: var(--sm-lab-oxide);
}

.sm-header__action-text small {
  color: #788487;
}

.sm-header__action-text strong {
  color: var(--sm-lab-ink);
}

.sm-header__hamburger span {
  background: var(--sm-lab-ink);
}

.sm-mobile-menu__panel {
  background: #f7f9f8;
  color: var(--sm-lab-ink);
  border-left: 2px solid var(--sm-lab-ink);
}

.sm-mobile-menu__close,
.sm-mobile-menu__nav a {
  color: var(--sm-lab-ink);
}

.sm-mobile-menu__nav li {
  border-bottom-color: var(--sm-lab-line);
}

.sm-btn {
  min-height: 50px;
  border-radius: 0;
  box-shadow: none;
}

.sm-btn--primary,
.sm-btn--gold {
  background: var(--sm-lab-signal);
  color: #fff;
  border-color: var(--sm-lab-signal);
}

.sm-btn--primary:hover,
.sm-btn--gold:hover {
  background: var(--sm-lab-ink);
  border-color: var(--sm-lab-ink);
  box-shadow: none;
}

.sm-btn--outline {
  color: var(--sm-lab-ink);
  border-color: var(--sm-lab-ink);
  background: transparent;
}

.sm-btn--outline:hover {
  background: var(--sm-lab-ink);
  color: #fff;
  border-color: var(--sm-lab-ink);
}

.sm-hero--comtr {
  min-height: 100vh;
  min-height: 100svh;
  background:
    linear-gradient(90deg, rgba(244,246,245,0.96) 0%, rgba(244,246,245,0.9) 48%, rgba(244,246,245,0.7) 100%),
    var(--sm-lab-paper);
  color: var(--sm-lab-ink);
}

.sm-hero--comtr::before {
  background:
    linear-gradient(var(--sm-lab-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--sm-lab-grid) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 1;
}

.sm-hero--comtr::after {
  inset: 0 0 auto auto;
  width: 48vw;
  height: 100%;
  background:
    repeating-linear-gradient(135deg, rgba(21,25,27,0.08) 0 1px, transparent 1px 22px),
    linear-gradient(180deg, rgba(240,100,47,0.08), transparent 62%);
}

.sm-hero--comtr .sm-hero__overlay {
  background:
    linear-gradient(90deg, rgba(244,246,245,0.94) 0%, rgba(244,246,245,0.9) 42%, rgba(244,246,245,0.62) 66%, rgba(244,246,245,0.78) 100%);
}

.sm-hero__inner {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.95fr);
  gap: clamp(42px, 6vw, 96px);
}

.sm-hero--comtr .sm-hero__label {
  color: var(--sm-lab-signal);
  font-family: Consolas, 'Courier New', monospace;
  letter-spacing: 0.16em;
}

.sm-hero--comtr .sm-hero__label::before {
  background: var(--sm-lab-ink);
}

.sm-hero--comtr .sm-hero__title {
  color: var(--sm-lab-ink);
  font-family: var(--sm-font-body);
  font-size: clamp(3.4rem, 5.6vw, 6.35rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: none;
}

.sm-hero--comtr .sm-hero__subtitle {
  color: #344044;
  border-left: 3px solid var(--sm-lab-signal);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
}

.sm-hero__meta {
  border: 1px solid var(--sm-lab-ink);
  background: #fff;
}

.sm-hero__meta span {
  color: var(--sm-lab-ink);
  background: #fff;
  border-right: 1px solid var(--sm-lab-line);
  font-family: Consolas, 'Courier New', monospace;
}

.sm-hero__meta span:last-child {
  border-right: 0;
}

.sm-hero__visual {
  min-height: clamp(430px, 58vh, 630px);
  background:
    linear-gradient(var(--sm-lab-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--sm-lab-grid) 1px, transparent 1px),
    #fff;
  background-size: 24px 24px;
  border: 2px solid var(--sm-lab-ink);
  padding: 18px;
}

.sm-hero__visual::before {
  inset: 18px;
  border: 1px dashed rgba(21,25,27,0.36);
  transform: none;
}

.sm-hero__visual::after {
  content: 'SURFACE SAMPLE BOARD / SIVIMETAL.COM.TR';
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  padding: 10px 12px;
  color: #fff;
  background: var(--sm-lab-ink);
  font-family: Consolas, 'Courier New', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.sm-hero__image {
  border: 1px solid var(--sm-lab-ink);
  box-shadow: none;
  background: #dfe5e2;
}

.sm-hero__image--main {
  top: 42px;
  right: 34px;
  width: 72%;
  height: 58%;
  clip-path: none;
}

.sm-hero__image--detail {
  left: 34px;
  bottom: 78px;
  width: 43%;
  height: 38%;
  clip-path: none;
}

.sm-hero__image img {
  filter: saturate(0.78) contrast(1.04);
}

.sm-hero__samples {
  right: 34px;
  bottom: 78px;
  grid-template-columns: repeat(4, 48px);
  gap: 0;
  border: 1px solid var(--sm-lab-ink);
  background: #fff;
}

.sm-hero__samples span {
  color: var(--sm-lab-ink);
  background: #f8faf9;
  border: 0;
  border-left: 1px solid var(--sm-lab-ink);
  font-family: Consolas, 'Courier New', monospace;
}

.sm-hero__samples span:first-child {
  border-left: 0;
  background: var(--sm-lab-signal);
  color: #fff;
}

.sm-hero--comtr .sm-hero__scroll-indicator {
  color: var(--sm-lab-ink);
}

.sm-about,
.sm-services,
.sm-special,
.sm-gallery,
.sm-contact {
  background:
    linear-gradient(var(--sm-lab-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--sm-lab-grid) 1px, transparent 1px),
    var(--sm-lab-paper);
  background-size: 44px 44px;
  color: var(--sm-lab-ink);
}

.sm-about,
.sm-special,
.sm-gallery,
.sm-contact {
  border-top: 1px solid var(--sm-lab-line);
}

.sm-about__img img,
.sm-services__showcase,
.sm-services__content-media,
.sm-services__card,
.sm-services__texture,
.sm-special__block,
.sm-gallery__item,
.sm-contact__info-card,
.sm-contact__map {
  border-radius: 0;
  box-shadow: none;
}

.sm-about__img img,
.sm-services__showcase,
.sm-services__content,
.sm-special__block,
.sm-gallery__item,
.sm-contact__info-card {
  border: 1px solid var(--sm-lab-ink);
}

.sm-about__img--left,
.sm-about__img--right {
  transform: none;
}

.sm-about__img--left::after,
.sm-about__img--right::after,
.sm-services__content-media::after {
  border-color: var(--sm-lab-signal);
  opacity: 1;
}

.sm-about__label,
.sm-services__label,
.sm-gallery__label,
.sm-contact__label,
.sm-special__label {
  color: var(--sm-lab-signal);
  font-family: Consolas, 'Courier New', monospace;
}

.sm-about__title,
.sm-services__title,
.sm-services__stock-title,
.sm-gallery__title,
.sm-contact__title,
.sm-special__title,
.sm-services__content-title {
  color: var(--sm-lab-ink);
  font-family: var(--sm-font-body);
  font-weight: 800;
  letter-spacing: 0;
}

.sm-about__text,
.sm-services__desc,
.sm-services__stock-desc,
.sm-gallery__desc,
.sm-special__desc,
.sm-special__note {
  color: var(--sm-lab-muted);
}

.sm-about__content {
  background: rgba(255,255,255,0.76);
}

.sm-about__text {
  border-left-color: var(--sm-lab-signal);
}

.sm-about__feature,
.sm-about__contact-block {
  background: #fff;
  color: var(--sm-lab-ink);
  border: 1px solid var(--sm-lab-line);
  border-radius: 0;
}

.sm-about__feature:hover,
.sm-about__contact-block:hover {
  background: #f0f4f2;
  transform: translateX(0);
}

.sm-about__feature::before {
  background: var(--sm-lab-signal);
  border-radius: 0;
}

.sm-about__contact-text small {
  color: var(--sm-lab-muted);
}

.sm-about__contact-text strong {
  color: var(--sm-lab-ink);
}

.sm-services__header {
  border-top: 2px solid var(--sm-lab-ink);
  border-bottom: 1px solid var(--sm-lab-line);
  background: rgba(255,255,255,0.58);
  padding-inline: clamp(18px, 3vw, 32px);
}

.sm-services__tab {
  border: 1px solid var(--sm-lab-line);
  color: var(--sm-lab-ink);
  background: #fff;
}

.sm-services__tab::after {
  display: none;
}

.sm-services__tab--active,
.sm-services__tab:hover {
  color: #fff;
  background: var(--sm-lab-ink);
}

.sm-services__showcase-label,
.sm-services__content-media figcaption,
.sm-services__texture-label,
.sm-services__card-badge {
  border-radius: 0;
  background: var(--sm-lab-ink);
  color: #fff;
  font-family: Consolas, 'Courier New', monospace;
}

.sm-services__content {
  background: #fff;
  border-radius: 0;
}

.sm-services__content-body p,
.sm-services__content-body p:first-child {
  color: #384347;
}

.sm-services__content-body p {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--sm-lab-line);
}

.sm-services__content-body p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sm-services__grid {
  gap: 0;
  border: 1px solid var(--sm-lab-ink);
  background: var(--sm-lab-ink);
}

.sm-services__card {
  border: 0;
  border-right: 1px solid var(--sm-lab-ink);
  border-bottom: 1px solid var(--sm-lab-ink);
}

.sm-services__card:hover {
  transform: none;
  box-shadow: none;
}

.sm-services__card::before {
  background: linear-gradient(to top, rgba(21,25,27,0.84), rgba(21,25,27,0.1));
}

.sm-services__textures {
  gap: 0;
  border: 1px solid var(--sm-lab-ink);
  background: var(--sm-lab-ink);
}

.sm-services__texture {
  border: 0;
  border-right: 1px solid var(--sm-lab-ink);
}

.sm-special__grid {
  gap: 0;
  border: 1px solid var(--sm-lab-ink);
  background: var(--sm-lab-ink);
}

.sm-special__block {
  border: 0;
}

.sm-special__block--metals {
  background: #fff;
}

.sm-special__block--italian {
  background-color: #dfe5e2;
}

.sm-special__block-overlay {
  background: linear-gradient(90deg, rgba(244,246,245,0.92), rgba(244,246,245,0.62));
}

.sm-special__note {
  background: #eef2f0;
  border-left-color: var(--sm-lab-signal);
}

.sm-gallery__header,
.sm-contact__header {
  text-align: left;
  max-width: 780px;
}

.sm-gallery__grid {
  columns: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--sm-lab-ink);
  background: var(--sm-lab-ink);
}

.sm-gallery__item {
  margin: 0;
  border: 0;
  border-right: 1px solid var(--sm-lab-ink);
  border-bottom: 1px solid var(--sm-lab-ink);
  background: #fff;
}

.sm-gallery__item img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.02);
}

.sm-gallery__overlay {
  background: rgba(21,25,27,0.72);
}

.sm-contact__grid {
  align-items: stretch;
}

.sm-contact__form-wrapper {
  padding: clamp(22px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--sm-lab-ink);
}

.sm-contact__field input,
.sm-contact__field textarea {
  color: var(--sm-lab-ink);
  border-bottom-color: var(--sm-lab-line);
}

.sm-contact__field input::placeholder,
.sm-contact__field textarea::placeholder {
  color: #7f8b8e;
}

.sm-contact__info-card {
  background: var(--sm-lab-ink);
  color: #fff;
}

.sm-contact__info-title {
  color: #fff;
  font-family: var(--sm-font-body);
}

.sm-contact__info-icon {
  background: var(--sm-lab-signal);
  color: #fff;
  border-radius: 0;
}

.sm-contact__info-item strong {
  color: #aeb8b5;
}

.sm-contact__info-item a,
.sm-contact__info-item span {
  color: #fff;
}

.sm-footer {
  background: var(--sm-lab-ink);
  color: #fff;
  border-top: 3px solid var(--sm-lab-signal);
}

.sm-footer__title,
.sm-footer__logo {
  color: #fff;
}

.sm-footer__desc,
.sm-footer__links a,
.sm-footer__contact-list li,
.sm-footer__contact-list a,
.sm-footer__bottom p,
.sm-footer__bottom-links a {
  color: #b9c2bf;
}

.sm-footer__social a {
  border-radius: 0;
  background: rgba(255,255,255,0.08);
}

.sm-floating-wa {
  border-radius: 0;
  background: var(--sm-lab-oxide);
  box-shadow: 0 12px 24px rgba(21,25,27,0.2);
}

.sm-scroll-top {
  border-radius: 0;
}

@media (min-width: 1024px) {
  .sm-about__layout {
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  }

  .sm-about__content {
    border-left: 2px solid var(--sm-lab-ink);
  }

  .sm-services__content {
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  }
}

@media (max-width: 1023px) {
  .sm-hero__inner {
    grid-template-columns: 1fr;
  }

  .sm-hero__visual {
    max-width: 100%;
  }

  .sm-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .sm-header {
    background: rgba(248,250,249,0.98);
  }

  .sm-hero--comtr {
    min-height: auto;
    background: var(--sm-lab-paper);
  }

  .sm-hero--comtr .sm-hero__overlay {
    background: rgba(244,246,245,0.88);
  }

  .sm-hero--comtr .sm-hero__title {
    font-size: clamp(2.6rem, 13vw, 3.6rem);
  }

  .sm-hero__inner {
    padding-bottom: 90px;
  }

  .sm-hero__meta,
  .sm-hero__visual {
    display: none;
  }

  .sm-gallery__grid,
  .sm-services__grid,
  .sm-services__textures {
    grid-template-columns: 1fr;
  }

  .sm-contact__form-wrapper {
    padding: 22px;
  }
}

/* ==========================================================================
   SIVIMETAL.COM.TR - Modern Surface Studio
   ========================================================================== */
:root {
  --sm-modern-bg: #f6f7f5;
  --sm-modern-panel: #ffffff;
  --sm-modern-ink: #1c2424;
  --sm-modern-muted: #657270;
  --sm-modern-line: rgba(28,36,36,0.12);
  --sm-modern-copper: #c86f45;
  --sm-modern-copper-dark: #a65c3b;
  --sm-modern-green: #55756f;
  --sm-modern-silver: #d9dedb;
}

body {
  background: var(--sm-modern-bg);
  color: var(--sm-modern-ink);
}

#hero,
#hakkimizda,
#hizmetler,
#ozel-kaplamalar,
#galeri,
#iletisim {
  scroll-margin-top: calc(var(--sm-topbar-h, 40px) + var(--sm-header-h, 76px) + 18px);
}

.sm-topbar {
  background: #ffffff;
  border-bottom: 1px solid var(--sm-modern-line);
}

.sm-topbar__item {
  color: #6e7b79;
}

.sm-topbar__item:hover {
  color: var(--sm-modern-copper);
}

.sm-header {
  height: 76px;
  background: rgba(255,255,255,0.88);
  border-bottom: 1px solid var(--sm-modern-line);
  box-shadow: 0 18px 44px rgba(28,36,36,0.08);
}

.sm-header--scrolled {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 12px 34px rgba(28,36,36,0.12);
}

.sm-header__logo-sivi,
.sm-header__logo-metal {
  background: none;
  -webkit-text-fill-color: currentColor;
  color: var(--sm-modern-ink);
}

.sm-header__logo-metal {
  color: var(--sm-modern-copper);
}

.sm-header__menu {
  counter-reset: none;
  gap: 4px;
  padding: 5px;
  background: rgba(246,247,245,0.9);
  border: 1px solid var(--sm-modern-line);
  border-radius: 8px;
}

.sm-header__menu li a {
  min-height: 38px;
  padding: 0 14px;
  color: var(--sm-modern-ink);
  border: 0;
  border-radius: 6px;
  letter-spacing: 0.11em;
}

.sm-header__menu li a::before {
  display: none;
}

.sm-header__menu li a:hover,
.sm-header__menu li a.active {
  color: #fff;
  background: var(--sm-modern-ink);
}

.sm-header__phone,
.sm-header__whatsapp {
  color: var(--sm-modern-ink);
  background: #fff;
  border: 1px solid var(--sm-modern-line);
  border-radius: 8px;
}

.sm-header__phone:hover,
.sm-header__whatsapp:hover {
  background: #f4f5f3;
}

.sm-header__action-circle,
.sm-about__contact-circle {
  border-radius: 8px;
}

.sm-header__action-circle--orange,
.sm-about__contact-circle--orange {
  background: linear-gradient(135deg, var(--sm-modern-copper), var(--sm-modern-copper-dark));
}

.sm-header__action-circle--green,
.sm-about__contact-circle--green {
  background: linear-gradient(135deg, #2fc56d, var(--sm-modern-green));
}

.sm-header__action-text strong {
  color: var(--sm-modern-ink);
}

.sm-header__hamburger span {
  background: var(--sm-modern-ink);
}

.sm-mobile-menu__panel {
  background: #fff;
  color: var(--sm-modern-ink);
  border-left: 1px solid var(--sm-modern-line);
}

.sm-mobile-menu__close,
.sm-mobile-menu__nav a {
  color: var(--sm-modern-ink);
}

.sm-btn {
  min-height: 52px;
  border-radius: 7px;
  letter-spacing: 0.06em;
}

.sm-btn--primary,
.sm-btn--gold {
  background: var(--sm-modern-copper);
  color: #fff;
  border-color: var(--sm-modern-copper);
  box-shadow: 0 14px 28px rgba(200,111,69,0.18);
}

.sm-btn--primary:hover,
.sm-btn--gold:hover {
  background: var(--sm-modern-copper-dark);
  border-color: var(--sm-modern-copper-dark);
  box-shadow: 0 18px 34px rgba(200,111,69,0.24);
}

.sm-btn--outline {
  color: var(--sm-modern-ink);
  border-color: rgba(28,36,36,0.28);
  background: rgba(255,255,255,0.56);
}

.sm-btn--outline:hover {
  color: #fff;
  background: var(--sm-modern-ink);
  border-color: var(--sm-modern-ink);
}

.sm-hero--comtr {
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  background-size: cover;
  background-position: center right;
  color: var(--sm-modern-ink);
}

.sm-hero--comtr::before {
  background: none;
}

.sm-hero--comtr::after {
  display: none;
}

.sm-hero--comtr .sm-hero__overlay {
  background:
    linear-gradient(90deg, rgba(246,247,245,0.98) 0%, rgba(246,247,245,0.9) 42%, rgba(246,247,245,0.52) 70%, rgba(246,247,245,0.18) 100%),
    linear-gradient(180deg, rgba(246,247,245,0.12), rgba(246,247,245,0.82));
}

.sm-hero__inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 5vw, 76px);
}

.sm-hero--comtr .sm-hero__label {
  color: var(--sm-modern-copper);
  font-family: var(--sm-font-body);
  font-weight: 800;
  letter-spacing: 0.13em;
}

.sm-hero--comtr .sm-hero__label::before {
  background: var(--sm-modern-copper);
}

.sm-hero--comtr .sm-hero__label::after {
  display: none;
}

.sm-hero--comtr .sm-hero__title {
  color: var(--sm-modern-ink);
  font-family: var(--sm-font-heading);
  font-size: clamp(3.1rem, 5.3vw, 5.8rem);
  font-weight: 700;
  line-height: 1;
  max-width: 700px;
}

.sm-hero--comtr .sm-hero__subtitle {
  max-width: 610px;
  color: #3f4b49;
  border-left: 3px solid var(--sm-modern-copper);
  line-height: 1.74;
}

.sm-hero__meta {
  width: min(100%, 560px);
  gap: 10px;
  border: 0;
  background: transparent;
}

.sm-hero__meta span {
  min-height: 48px;
  justify-content: center;
  color: var(--sm-modern-ink);
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--sm-modern-line);
  border-radius: 7px;
  font-family: var(--sm-font-body);
  letter-spacing: 0.06em;
}

.sm-hero__visual {
  min-height: clamp(420px, 54vh, 560px);
  padding: 0;
  background: transparent;
  border: 0;
}

.sm-hero__visual::before,
.sm-hero__visual::after {
  display: none;
}

.sm-hero__image {
  overflow: hidden;
  background: var(--sm-modern-silver);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(28,36,36,0.18);
}

.sm-hero__image--main {
  top: 0;
  right: 0;
  width: 86%;
  height: 72%;
}

.sm-hero__image--detail {
  left: 0;
  bottom: 12%;
  width: 42%;
  height: 34%;
}

.sm-hero__image img {
  filter: saturate(0.96) contrast(1.02);
}

.sm-hero__samples {
  right: 0;
  bottom: 10%;
  grid-template-columns: repeat(4, 46px);
  gap: 8px;
  border: 0;
  background: transparent;
}

.sm-hero__samples span {
  color: var(--sm-modern-ink);
  background: rgba(255,255,255,0.82);
  border: 1px solid var(--sm-modern-line);
  border-radius: 7px;
  font-family: var(--sm-font-body);
}

.sm-hero__samples span:first-child {
  background: var(--sm-modern-copper);
  color: #fff;
}

.sm-hero--comtr .sm-hero__scroll-indicator {
  color: var(--sm-modern-ink);
}

.sm-about,
.sm-services,
.sm-special,
.sm-gallery,
.sm-contact {
  background: var(--sm-modern-bg);
  color: var(--sm-modern-ink);
  border-top: 1px solid var(--sm-modern-line);
}

.sm-about__label,
.sm-services__label,
.sm-gallery__label,
.sm-contact__label,
.sm-special__label {
  color: var(--sm-modern-copper);
  font-family: var(--sm-font-body);
}

.sm-about__title,
.sm-services__title,
.sm-services__stock-title,
.sm-gallery__title,
.sm-contact__title,
.sm-special__title,
.sm-services__content-title {
  color: var(--sm-modern-ink);
  font-family: var(--sm-font-heading);
  font-weight: 700;
}

.sm-about__text,
.sm-services__desc,
.sm-services__stock-desc,
.sm-gallery__desc,
.sm-special__desc,
.sm-special__note {
  color: var(--sm-modern-muted);
}

.sm-about__img img,
.sm-services__showcase,
.sm-services__content-media,
.sm-services__card,
.sm-services__texture,
.sm-special__block,
.sm-gallery__item,
.sm-contact__info-card,
.sm-contact__map,
.sm-contact__form-wrapper {
  border-radius: 8px;
  border: 1px solid var(--sm-modern-line);
  box-shadow: 0 18px 44px rgba(28,36,36,0.08);
}

.sm-about__img--left::after,
.sm-about__img--right::after,
.sm-services__content-media::after {
  display: none;
}

.sm-about__content {
  background: transparent;
}

.sm-about__text {
  border-left-color: var(--sm-modern-copper);
}

.sm-about__feature,
.sm-about__contact-block {
  color: var(--sm-modern-ink);
  background: #fff;
  border: 1px solid var(--sm-modern-line);
  border-radius: 8px;
}

.sm-about__feature:hover,
.sm-about__contact-block:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(28,36,36,0.1);
}

.sm-about__feature::before {
  background: var(--sm-modern-copper);
  border-radius: 0 3px 3px 0;
}

.sm-about__contact-text small {
  color: var(--sm-modern-muted);
}

.sm-about__contact-text strong {
  color: var(--sm-modern-ink);
}

.sm-services {
  background: #f1f3f0;
}

.sm-services__header {
  padding: 0;
  border: 0;
  background: transparent;
}

.sm-services__tab {
  color: var(--sm-modern-muted);
  background: transparent;
  border: 1px solid var(--sm-modern-line);
  border-radius: 7px;
}

.sm-services__tab--active,
.sm-services__tab:hover {
  color: #fff;
  background: var(--sm-modern-green);
}

.sm-services__showcase-label,
.sm-services__content-media figcaption,
.sm-services__texture-label,
.sm-services__card-badge {
  border-radius: 6px;
  background: rgba(28,36,36,0.78);
  color: #fff;
  font-family: var(--sm-font-body);
}

.sm-services__content {
  background: #fff;
  border: 1px solid var(--sm-modern-line);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(28,36,36,0.08);
}

.sm-services__content-body p,
.sm-services__content-body p:first-child {
  color: #465250;
  border-bottom-color: var(--sm-modern-line);
}

.sm-services__grid,
.sm-services__textures,
.sm-special__grid,
.sm-gallery__grid {
  gap: 16px;
  border: 0;
  background: transparent;
}

.sm-services__card,
.sm-services__texture,
.sm-special__block,
.sm-gallery__item {
  border: 0;
}

.sm-services__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(28,36,36,0.16);
}

.sm-services__card::before {
  background: linear-gradient(to top, rgba(28,36,36,0.72), rgba(28,36,36,0.08));
}

.sm-special {
  background: #ffffff;
}

.sm-special__block--metals {
  background: #f6f7f5;
}

.sm-special__block--italian {
  background-color: var(--sm-modern-silver);
}

.sm-special__block-overlay {
  background: linear-gradient(90deg, rgba(28,36,36,0.82), rgba(28,36,36,0.2));
}

.sm-special__block--italian .sm-special__title,
.sm-special__block--italian .sm-special__desc {
  color: #fff;
}

.sm-special__note {
  background: #fff;
  border-left-color: var(--sm-modern-copper);
}

.sm-gallery {
  background: #f6f7f5;
}

.sm-gallery__header,
.sm-contact__header {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.sm-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sm-gallery__item {
  margin: 0;
}

.sm-gallery__item img {
  aspect-ratio: auto;
  height: auto;
  filter: saturate(0.95) contrast(1.02);
}

.sm-gallery__overlay {
  background: rgba(28,36,36,0.52);
}

.sm-contact {
  background: #eef2ef;
}

.sm-contact__form-wrapper {
  padding: clamp(22px, 4vw, 42px);
  background: #fff;
}

.sm-contact__field input,
.sm-contact__field textarea {
  color: var(--sm-modern-ink);
  border-bottom-color: rgba(28,36,36,0.2);
}

.sm-contact__field input::placeholder,
.sm-contact__field textarea::placeholder {
  color: #899391;
}

.sm-contact__info-card {
  background: var(--sm-modern-ink);
  color: #fff;
}

.sm-contact__info-title {
  color: #fff;
  font-family: var(--sm-font-heading);
}

.sm-contact__info-icon {
  background: var(--sm-modern-copper);
  border-radius: 7px;
}

.sm-contact__info-item strong {
  color: rgba(255,255,255,0.6);
}

.sm-contact__info-item a,
.sm-contact__info-item span {
  color: #fff;
}

.sm-footer {
  background: var(--sm-modern-ink);
  border-top: 0;
}

.sm-footer__desc,
.sm-footer__links a,
.sm-footer__contact-list li,
.sm-footer__contact-list a,
.sm-footer__bottom p,
.sm-footer__bottom-links a {
  color: rgba(255,255,255,0.66);
}

.sm-footer__social a {
  border-radius: 7px;
}

.sm-floating-wa {
  border-radius: 8px;
  background: #21c164;
  box-shadow: 0 18px 38px rgba(33,193,100,0.28);
}

.sm-scroll-top {
  border-radius: 8px;
}

@media (min-width: 1024px) {
  .sm-about__content {
    border-left: 0;
  }
}

@media (max-width: 1023px) {
  .sm-hero__inner {
    grid-template-columns: 1fr;
  }

  .sm-hero__visual {
    max-width: 640px;
  }
}

@media (max-width: 767px) {
  #hero,
  #hakkimizda,
  #hizmetler,
  #ozel-kaplamalar,
  #galeri,
  #iletisim {
    scroll-margin-top: calc(var(--sm-header-h, 76px) + 18px);
  }

  .sm-header {
    background: rgba(255,255,255,0.96);
  }

  .sm-hero--comtr {
    background-position: center;
  }

  .sm-hero--comtr .sm-hero__overlay {
    background: rgba(246,247,245,0.9);
  }

  .sm-hero--comtr .sm-hero__title {
    font-size: clamp(2.4rem, 12vw, 3.35rem);
  }

  .sm-hero__inner {
    padding-bottom: 88px;
  }

  .sm-hero__meta,
  .sm-hero__visual {
    display: none;
  }

  .sm-gallery__grid,
  .sm-services__grid,
  .sm-services__textures {
    grid-template-columns: 1fr;
  }

  .sm-floating-wa {
    border-radius: 50%;
  }
}

/* ==========================================================================
   SIVIMETAL.COM.TR - Editorial Dossier + Portfolio Gallery
   ========================================================================== */
.sm-services__content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
  grid-template-areas:
    "copy media"
    "body body";
  gap: clamp(22px, 3vw, 44px);
  align-items: start;
  overflow: hidden;
  padding: clamp(28px, 4.4vw, 58px);
  background:
    linear-gradient(90deg, rgba(190,105,62,0.08), transparent 38%),
    #ffffff;
  border: 1px solid rgba(31,41,39,0.1);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(31,41,39,0.1);
}

.sm-services__content::before {
  content: '';
  position: absolute;
  left: clamp(20px, 3vw, 38px);
  top: clamp(20px, 3vw, 38px);
  bottom: clamp(20px, 3vw, 38px);
  width: 3px;
  background: linear-gradient(180deg, var(--sm-modern-copper), rgba(48,122,96,0.35));
  border-radius: 999px;
}

.sm-services__content-copy,
.sm-services__content-body {
  min-width: 0;
  padding-left: clamp(16px, 2.4vw, 28px);
}

.sm-services__content-copy {
  grid-area: copy;
  align-self: end;
}

.sm-services__content-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 11px;
  color: #9d5d36;
  background: rgba(190,105,62,0.1);
  border: 1px solid rgba(190,105,62,0.18);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sm-services__content-title {
  max-width: 680px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.sm-services__content-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: #31403c;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.75;
}

.sm-services__content-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.sm-services__content-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  color: var(--sm-modern-ink);
  background: #f3f5f2;
  border: 1px solid rgba(31,41,39,0.1);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 800;
}

.sm-services__content-media {
  grid-area: media;
  align-self: start;
  width: 100%;
  min-width: 0;
  min-height: clamp(360px, 32vw, 520px);
  aspect-ratio: auto;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 24px 56px rgba(31,41,39,0.16);
}

.sm-services__content-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sm-services__content-media figcaption {
  left: 16px;
  bottom: 16px;
  border-radius: 8px;
}

.sm-services__content-body {
  grid-area: body;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-self: start;
}

.sm-services__content-body p,
.sm-services__content-body p:first-child {
  min-width: 0;
  margin: 0;
  padding: 17px 18px;
  color: #4b5956;
  background: #f7f8f6;
  border: 1px solid rgba(31,41,39,0.08);
  border-radius: 8px;
  line-height: 1.64;
}

.sm-services__content-body p:last-child {
  grid-column: 1 / -1;
}

.sm-gallery {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 10%, rgba(190,105,62,0.1), transparent 30%),
    linear-gradient(180deg, #f7f8f6 0%, #e8ede8 100%);
}

.sm-gallery .sm-container {
  max-width: 1220px;
}

.sm-gallery__header {
  display: grid;
  grid-template-columns: minmax(180px, 0.52fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 70px);
  align-items: end;
  max-width: none;
  margin: 0 0 clamp(24px, 4vw, 44px);
  padding-bottom: 22px;
  text-align: left;
  border-bottom: 1px solid rgba(31,41,39,0.12);
}

.sm-gallery__label {
  margin-bottom: 0;
}

.sm-gallery__title {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4.3rem);
  line-height: 0.95;
}

.sm-gallery__desc {
  grid-column: 2;
  max-width: 560px;
  margin: 8px 0 0;
}

.sm-gallery__grid {
  counter-reset: gallery-card;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(118px, 10vw, 172px);
  gap: 16px;
  columns: auto;
  border: 0;
  background: transparent;
}

.sm-gallery__item {
  counter-increment: gallery-card;
  position: relative;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(31,41,39,0.1);
  border-radius: 8px;
  background: #dce1dd;
  box-shadow: 0 18px 42px rgba(31,41,39,0.12);
}

.sm-gallery__item::before {
  content: counter(gallery-card, decimal-leading-zero);
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  padding: 7px 10px;
  color: #fff;
  background: rgba(31,41,39,0.7);
  border-radius: 7px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.sm-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.03);
}

.sm-gallery__item:nth-child(1) {
  grid-column: span 5;
  grid-row: span 3;
}

.sm-gallery__item:nth-child(2) {
  grid-column: span 4;
  grid-row: span 2;
}

.sm-gallery__item:nth-child(3) {
  grid-column: span 3;
  grid-row: span 2;
}

.sm-gallery__item:nth-child(4) {
  grid-column: span 4;
  grid-row: span 2;
}

.sm-gallery__item:nth-child(5) {
  grid-column: span 4;
  grid-row: span 3;
}

.sm-gallery__item:nth-child(6) {
  grid-column: span 4;
  grid-row: span 2;
}

.sm-gallery__item:nth-child(7) {
  grid-column: span 5;
  grid-row: span 2;
}

.sm-gallery__item:nth-child(8) {
  grid-column: span 3;
  grid-row: span 2;
}

.sm-gallery__item:nth-child(9) {
  grid-column: span 4;
  grid-row: span 2;
}

.sm-gallery__overlay {
  background: linear-gradient(180deg, rgba(31,41,39,0.12), rgba(31,41,39,0.72));
}

@media (max-width: 1023px) {
  .sm-services__content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media"
      "body";
  }

  .sm-services__content-media {
    min-height: 360px;
  }

  .sm-services__content-body {
    grid-template-columns: 1fr;
  }

  .sm-gallery__header {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sm-gallery__desc {
    grid-column: auto;
  }

  .sm-gallery__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 150px;
  }

  .sm-gallery__item,
  .sm-gallery__item:nth-child(n) {
    grid-column: span 3;
    grid-row: span 2;
  }

  .sm-gallery__item:nth-child(1),
  .sm-gallery__item:nth-child(5) {
    grid-column: span 6;
  }
}

@media (max-width: 767px) {
  .sm-services__content {
    padding: 24px;
  }

  .sm-services__content::before {
    left: 18px;
    top: 24px;
    bottom: 24px;
  }

  .sm-services__content-copy,
  .sm-services__content-body {
    padding-left: 14px;
  }

  .sm-services__content-title {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }

  .sm-services__content-media {
    min-height: 300px;
  }

  .sm-gallery__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .sm-gallery__item,
  .sm-gallery__item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .sm-gallery__item:nth-child(1),
  .sm-gallery__item:nth-child(5) {
    aspect-ratio: 3 / 4;
  }
}

/* ==========================================================================
   SIVIMETAL.COM.TR - Minimal Dossier + Clean Project Board
   ========================================================================== */
.sm-services__content {
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.82fr);
  grid-template-areas:
    "copy media"
    "body body";
  gap: clamp(22px, 3vw, 38px);
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(31,41,39,0.09);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(31,41,39,0.07);
}

.sm-services__content::before {
  display: none;
}

.sm-services__content-copy,
.sm-services__content-body {
  padding-left: 0;
}

.sm-services__content-copy {
  align-self: center;
}

.sm-services__content-kicker {
  margin-bottom: 16px;
  padding: 0;
  color: #a8623b;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}

.sm-services__content-title {
  max-width: 600px;
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  line-height: 1.06;
}

.sm-services__content-lead {
  max-width: 650px;
  margin-top: 18px;
  color: #485653;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.75;
}

.sm-services__content-tags {
  gap: 8px;
  margin-top: 20px;
}

.sm-services__content-tags span {
  min-height: 34px;
  padding: 7px 11px;
  color: #2d3634;
  background: #fff;
  border: 1px solid rgba(31,41,39,0.12);
  border-radius: 999px;
  font-size: 0.72rem;
}

.sm-services__content-media {
  min-height: 0;
  height: clamp(320px, 31vw, 430px);
  border-radius: 8px;
  box-shadow: none;
}

.sm-services__content-media figcaption {
  left: 12px;
  bottom: 12px;
  padding: 6px 10px;
  background: rgba(31,41,39,0.7);
  border-radius: 999px;
  font-size: 0.64rem;
}

.sm-services__content-body {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 26px;
  border-top: 1px solid rgba(31,41,39,0.1);
}

.sm-services__content-body p,
.sm-services__content-body p:first-child,
.sm-services__content-body p:last-child {
  grid-column: auto;
  padding: 0 clamp(16px, 2vw, 24px);
  color: #52615e;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(31,41,39,0.1);
  border-radius: 0;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.72;
}

.sm-services__content-body p:first-child {
  padding-left: 0;
  font-weight: 600;
}

.sm-services__content-body p:last-child {
  padding-right: 0;
  border-right: 0;
}

.sm-gallery {
  background: #f5f7f4;
}

.sm-gallery .sm-container {
  max-width: 1180px;
}

.sm-gallery__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(31,41,39,0.12);
}

.sm-gallery__title {
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1.02;
}

.sm-gallery__desc {
  max-width: 390px;
  margin: 0;
  text-align: right;
}

.sm-gallery__grid {
  counter-reset: gallery-card;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: clamp(230px, 21vw, 310px);
  grid-auto-flow: dense;
  gap: 18px;
  columns: auto;
}

.sm-gallery__item,
.sm-gallery__item:nth-child(n) {
  grid-column: auto;
  grid-row: auto;
  height: 100%;
  aspect-ratio: auto;
  border: 1px solid rgba(31,41,39,0.1);
  border-radius: 8px;
  box-shadow: none;
}

.sm-gallery__item:nth-child(1),
.sm-gallery__item:nth-child(6) {
  grid-column: span 2;
}

.sm-gallery__item:nth-child(4) {
  grid-row: span 2;
}

.sm-gallery__item::before {
  left: 12px;
  top: 12px;
  padding: 6px 9px;
  background: rgba(31,41,39,0.68);
  border-radius: 999px;
  font-size: 0.64rem;
}

.sm-gallery__overlay {
  background: rgba(31,41,39,0.58);
}

@media (max-width: 1023px) {
  .sm-services__content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media"
      "body";
  }

  .sm-services__content-media {
    height: 340px;
  }

  .sm-services__content-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-services__content-body p:nth-child(2n) {
    border-right: 0;
  }

  .sm-gallery__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .sm-gallery__desc {
    text-align: left;
  }

  .sm-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 250px;
  }

  .sm-gallery__item:nth-child(1),
  .sm-gallery__item:nth-child(6),
  .sm-gallery__item:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .sm-services__content {
    padding: 24px 20px;
  }

  .sm-services__content-title {
    font-size: clamp(1.7rem, 8vw, 2.25rem);
  }

  .sm-services__content-media {
    height: 280px;
  }

  .sm-services__content-body {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 20px;
  }

  .sm-services__content-body p,
  .sm-services__content-body p:first-child,
  .sm-services__content-body p:last-child,
  .sm-services__content-body p:nth-child(2n) {
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(31,41,39,0.1);
  }

  .sm-services__content-body p:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .sm-gallery__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 14px;
  }

  .sm-gallery__item,
  .sm-gallery__item:nth-child(n) {
    aspect-ratio: 4 / 3;
  }

  .sm-gallery__item:nth-child(1),
  .sm-gallery__item:nth-child(6) {
    aspect-ratio: 3 / 4;
  }
}

/* ==========================================================================
   SIVIMETAL.COM.TR - Minimal4 Final Balance
   ========================================================================== */
.sm-services__content {
  padding: clamp(26px, 3.4vw, 42px);
  background: #fff;
  border-width: 1px 0;
  border-color: rgba(31,41,39,0.11);
  border-radius: 0;
  box-shadow: none;
}

.sm-services__content-title {
  max-width: 540px;
  font-size: clamp(1.7rem, 2.55vw, 2.45rem);
  line-height: 1.1;
}

.sm-services__content-lead {
  max-width: 610px;
  margin-top: 14px;
  font-size: 1rem;
  line-height: 1.72;
}

.sm-services__content-tags {
  margin-top: 16px;
}

.sm-services__content-tags span {
  min-height: 30px;
  padding: 5px 10px;
  font-size: 0.68rem;
}

.sm-services__content-media {
  height: clamp(280px, 27vw, 390px);
}

.sm-services__content-body {
  padding-top: 22px;
}

.sm-services__content-body p,
.sm-services__content-body p:first-child,
.sm-services__content-body p:last-child {
  font-size: 0.9rem;
  line-height: 1.68;
}

.sm-gallery .sm-container {
  max-width: 1160px;
}

.sm-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: clamp(230px, 19vw, 285px);
  grid-auto-flow: row;
  gap: 18px;
}

.sm-gallery__item,
.sm-gallery__item:nth-child(n),
.sm-gallery__item:nth-child(1),
.sm-gallery__item:nth-child(4),
.sm-gallery__item:nth-child(6) {
  grid-column: auto;
  grid-row: auto;
  height: 100%;
  aspect-ratio: auto;
}

.sm-gallery__item {
  background: #eef1ee;
  border-color: rgba(31,41,39,0.08);
}

.sm-gallery__item img {
  height: 100%;
  object-fit: cover;
}

.sm-gallery__item::before {
  background: rgba(255,255,255,0.88);
  color: #202927;
  box-shadow: 0 8px 18px rgba(31,41,39,0.12);
}

.sm-gallery__overlay {
  background: rgba(31,41,39,0.42);
}

@media (max-width: 1023px) {
  .sm-services__content {
    border-radius: 0;
  }

  .sm-services__content-media {
    height: 320px;
  }

  .sm-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 240px;
  }
}

@media (max-width: 767px) {
  .sm-services__content {
    padding: 22px 0;
  }

  .sm-services__content-title {
    font-size: clamp(1.55rem, 7.5vw, 2rem);
  }

  .sm-services__content-media {
    height: 260px;
  }

  .sm-gallery__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .sm-gallery__item,
  .sm-gallery__item:nth-child(n),
  .sm-gallery__item:nth-child(1),
  .sm-gallery__item:nth-child(6) {
    aspect-ratio: 4 / 3;
  }
}
