/* ==========================================================================
   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-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-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; }
}
