/* =============================================
   ASCENDA — MAIN STYLESHEET v1.0
   Grupo Ascenda S.A. de C.V.
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:   #0A0A08;
  --black2:  #141412;
  --black3:  #1A1A18;
  --border:  #252523;
  --border2: #2E2E2C;
  --silver:        #9EA0A6;
  --silver-light:  #B8BAC0;
  --silver-bright: #D4D6DC;
  --silver-xbright:#EAECF0;
  --white:   #F2F2F0;
  --muted:   #686866;
}

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { transition: color .2s; }

/* ── TOP BAR ── */
.asc-topbar {
  background: var(--black2);
  border-bottom: 1px solid var(--border);
  padding: 8px 0;
  font-size: 13px;
  color: var(--silver);
  letter-spacing: .02em;
}
.asc-topbar-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 40px;
  display: flex; justify-content: space-between; align-items: center;
}
.asc-topbar a { color: var(--silver); text-decoration: none; }
.asc-topbar a:hover { color: var(--silver-xbright); }
.asc-topbar-right { display: flex; gap: 24px; }

/* ── HEADER / NAV ── */
.asc-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(10,10,8,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.asc-nav {
  max-width: 1200px; margin: 0 auto; padding: 0 40px;
  height: 72px; display: flex; align-items: center; justify-content: space-between;
}
.asc-logo { display: flex; align-items: center; text-decoration: none; }
.asc-logo img { height: 52px; width: auto; object-fit: contain; }

.asc-nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.asc-nav-links > li { position: relative; }
.asc-nav-links a {
  font-size: 14px; color: var(--silver); text-decoration: none;
  letter-spacing: .03em; cursor: pointer;
}
.asc-nav-links a:hover, .asc-nav-links .current_page_item > a { color: var(--white); }
.asc-nav-links .menu-item-has-children > a::after { content: ' ↓'; font-size: 10px; color: var(--muted); }

/* dropdown */
.asc-nav-links .sub-menu {
  display: none; position: absolute; top: 100%; left: 0;
  background: var(--black2); border: 1px solid var(--border);
  min-width: 230px; z-index: 300; padding: 8px 0; list-style: none;
}
.asc-nav-links li:hover > .sub-menu { display: block; }
.asc-nav-links .sub-menu a {
  display: block; padding: 10px 20px; font-size: 13px;
  color: var(--silver); transition: all .2s;
}
.asc-nav-links .sub-menu a:hover { color: var(--white); background: var(--black3); }

.asc-nav-cta {
  background: transparent; border: 1px solid var(--border2);
  color: var(--silver-bright); padding: 9px 22px;
  font-size: 13px; font-weight: 500; letter-spacing: .05em;
  cursor: pointer; transition: all .25s;
  font-family: 'Outfit', sans-serif; text-transform: uppercase;
  text-decoration: none; display: inline-block;
}
.asc-nav-cta:hover { background: var(--silver); color: var(--black); border-color: var(--silver); }

/* hamburger (mobile) */
.asc-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.asc-hamburger span {
  display: block; width: 24px; height: 1px;
  background: var(--silver); margin: 6px 0; transition: all .3s;
}

/* ── HERO ── */
.asc-hero {
  position: relative; min-height: 94vh;
  display: flex; align-items: center; overflow: hidden;
}
.asc-hero-bg { position: absolute; inset: 0; z-index: 0; }
.asc-hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.28); }
.asc-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(10,10,8,.92) 45%, rgba(10,10,8,.5) 100%); z-index: 1;
}
.asc-hero-grid {
  position: absolute; inset: 0; z-index: 2;
  background-image: linear-gradient(rgba(158,160,166,.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(158,160,166,.04) 1px, transparent 1px);
  background-size: 80px 80px;
}
.asc-hero-inner {
  position: relative; z-index: 3;
  max-width: 1200px; margin: 0 auto; padding: 80px 40px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; width: 100%;
}
.asc-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--silver); margin-bottom: 28px;
}
.asc-hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--silver); }
.asc-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 5vw, 62px); font-weight: 700;
  line-height: 1.12; letter-spacing: -.01em; margin-bottom: 24px; color: var(--white);
}
.asc-hero h1 em {
  font-style: italic;
  background: linear-gradient(90deg, #B8BAC0, #EAECF0, #B8BAC0);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.asc-hero-desc { font-size: 17px; font-weight: 300; color: var(--silver); line-height: 1.7; max-width: 460px; margin-bottom: 20px; }
.asc-trust-badge {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--border2); padding: 6px 14px;
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--silver); margin-bottom: 32px;
}
.asc-trust-badge::before { content: '✓'; color: var(--silver-bright); }
.asc-hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

/* stats panel */
.asc-hero-panel {
  background: rgba(20,20,18,.85); backdrop-filter: blur(8px);
  border: 1px solid var(--border); padding: 44px 36px; position: relative;
}
.asc-hero-panel::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--silver), transparent);
}
.asc-panel-title { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 28px; }
.asc-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 32px; }
.asc-stat { border-left: 1px solid var(--border2); padding-left: 18px; }
.asc-stat-num { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 600; color: var(--silver-bright); line-height: 1; margin-bottom: 6px; }
.asc-stat-label { font-size: 12px; color: var(--muted); letter-spacing: .04em; line-height: 1.4; }
.asc-hero-quote { border-top: 1px solid var(--border); padding-top: 24px; font-family: 'Playfair Display', serif; font-style: italic; font-size: 15px; color: var(--silver-light); line-height: 1.6; }
.asc-hero-quote cite { display: block; font-style: normal; font-family: 'Outfit', sans-serif; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 10px; }

/* ── TICKER ── */
.asc-ticker {
  background: var(--black2);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 14px 0; overflow: hidden; white-space: nowrap;
}
.asc-ticker-inner { display: inline-flex; animation: asc-ticker 32s linear infinite; }
.asc-ticker-item {
  display: inline-flex; align-items: center;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); padding: 0 32px; gap: 12px;
}
.asc-ticker-item::before { content: '◆'; font-size: 7px; color: var(--silver); }
@keyframes asc-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── SECTIONS / CONTAINERS ── */
.asc-section { padding: 100px 0; }
.asc-section-alt { background: var(--black3); }
.asc-section-mid { background: var(--black2); }
.asc-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.asc-container-narrow { max-width: 820px; margin: 0 auto; padding: 0 40px; }

.asc-eyebrow {
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--silver); margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}
.asc-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--silver); }
.asc-eyebrow-center { justify-content: center; }
.asc-eyebrow-center::before { display: none; }

.asc-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 48px); font-weight: 700;
  line-height: 1.18; color: var(--white); margin-bottom: 20px;
}
.asc-title em { font-style: italic; color: var(--silver-light); }
.asc-title-center { text-align: center; }
.asc-desc { font-size: 16px; font-weight: 300; color: var(--silver); line-height: 1.7; max-width: 540px; }

/* ── BUTTONS ── */
.asc-btn-primary {
  background: var(--silver-bright); color: var(--black);
  border: none; padding: 14px 32px;
  font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  cursor: pointer; font-family: 'Outfit', sans-serif; transition: all .25s;
  text-decoration: none; display: inline-block;
}
.asc-btn-primary:hover { background: var(--white); color: var(--black); }
.asc-btn-secondary {
  background: transparent; color: var(--silver-light);
  border: 1px solid var(--border2); padding: 14px 32px;
  font-size: 14px; font-weight: 400; letter-spacing: .04em;
  cursor: pointer; font-family: 'Outfit', sans-serif; transition: all .25s;
  text-decoration: none; display: inline-block;
}
.asc-btn-secondary:hover { border-color: var(--silver); color: var(--white); }
.asc-btn-block {
  display: block; width: 100%; text-align: center;
  background: var(--silver-bright); color: var(--black);
  border: none; padding: 15px; font-size: 14px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; cursor: pointer;
  font-family: 'Outfit', sans-serif; transition: all .25s; text-decoration: none;
}
.asc-btn-block:hover { background: var(--white); color: var(--black); }
.asc-btn-ghost {
  display: block; width: 100%; text-align: center;
  background: transparent; color: var(--silver);
  border: 1px solid var(--border2); padding: 13px;
  font-size: 13px; font-weight: 400; letter-spacing: .06em; text-transform: uppercase;
  cursor: pointer; font-family: 'Outfit', sans-serif; transition: all .25s; text-decoration: none;
}
.asc-btn-ghost:hover { border-color: var(--silver); color: var(--white); }

/* ── DIFF GRID ── */
.asc-diff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); margin-top: 64px; }
.asc-diff-card { background: var(--black3); padding: 48px 44px; position: relative; }
.asc-diff-card.featured { background: var(--black2); }
.asc-diff-card.featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--silver), transparent); }
.asc-diff-tag { display: inline-block; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; border: 1px solid var(--border2); color: var(--muted); padding: 4px 12px; margin-bottom: 24px; }
.asc-diff-tag.ft { border-color: var(--silver); color: var(--silver-bright); }
.asc-diff-card h3 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 600; color: var(--white); margin-bottom: 16px; line-height: 1.25; }
.asc-diff-card p { font-size: 15px; color: var(--silver); line-height: 1.7; font-weight: 300; }
.asc-diff-list { list-style: none; margin-top: 24px; }
.asc-diff-list li { font-size: 14px; color: var(--silver); padding: 8px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 10px; }
.asc-diff-list li:last-child { border-bottom: none; }
.asc-diff-list li::before { content: '→'; color: var(--silver-bright); flex-shrink: 0; margin-top: 1px; }

/* ── PHOTO STRIP ── */
.asc-photo-strip { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--border); height: 340px; overflow: hidden; }
.asc-photo-strip-item { position: relative; overflow: hidden; }
.asc-photo-strip-item img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.5) grayscale(.3); transition: filter .4s; }
.asc-photo-strip-item:hover img { filter: brightness(.65) grayscale(.1); }
.asc-photo-label { position: absolute; bottom: 24px; left: 24px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--silver-bright); }

/* ── SERVICES GRID ── */
.asc-services-header { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 64px; }
.asc-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); }
.asc-service-card { background: var(--black); padding: 40px 36px; position: relative; cursor: pointer; transition: background .2s; text-decoration: none; display: block; }
.asc-service-card:hover { background: var(--black2); }
.asc-service-num { font-family: 'Playfair Display', serif; font-size: 11px; letter-spacing: .14em; color: var(--muted); margin-bottom: 20px; }
.asc-service-icon { width: 44px; height: 44px; border: 1px solid var(--border2); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--silver-bright); font-size: 18px; }
.asc-service-card h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: var(--white); margin-bottom: 12px; line-height: 1.25; }
.asc-service-card p { font-size: 14px; color: var(--silver); line-height: 1.65; font-weight: 300; }
.asc-service-arrow { position: absolute; bottom: 32px; right: 32px; font-size: 16px; color: var(--muted); transition: color .2s, transform .2s; }
.asc-service-card:hover .asc-service-arrow { color: var(--silver-bright); transform: translate(2px, -2px); }

/* ── PROCESS ── */
.asc-process-header { text-align: center; margin-bottom: 72px; }
.asc-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); }
.asc-process-step { background: var(--black2); padding: 44px 36px; position: relative; text-align: center; }
.asc-process-step::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: transparent; transition: background .3s; }
.asc-process-step:hover::after { background: linear-gradient(90deg, transparent, var(--silver), transparent); }
.asc-step-num { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 700; color: var(--border2); line-height: 1; margin-bottom: 20px; }
.asc-process-step h3 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--white); margin-bottom: 12px; }
.asc-process-step p { font-size: 14px; color: var(--muted); line-height: 1.65; font-weight: 300; }

/* ── CASES ── */
.asc-cases-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); margin-top: 64px; }
.asc-case-card { background: var(--black); padding: 44px 48px; position: relative; transition: background .2s; }
.asc-case-card:hover { background: var(--black2); }
.asc-case-sector { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--border); display: inline-block; padding: 4px 12px; margin-bottom: 24px; }
.asc-case-amount { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; color: var(--silver-bright); line-height: 1; margin-bottom: 8px; }
.asc-case-amount span { font-size: 20px; color: var(--silver); }
.asc-case-desc { font-size: 15px; color: var(--silver); line-height: 1.7; font-weight: 300; margin-top: 12px; }
.asc-case-result { margin-top: 20px; font-size: 13px; color: var(--silver-bright); font-weight: 500; letter-spacing: .04em; }
.asc-case-result::before { content: '↑ '; }

/* ── VALUES STRIP ── */
.asc-values-strip { background: var(--black2); border-top: 1px solid var(--border); padding: 40px 0; }
.asc-values-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: space-between; align-items: center; }
.asc-value-name { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--silver); font-weight: 500; }
.asc-value-line { width: 1px; height: 32px; background: var(--border2); }

/* ── CTA SECTION ── */
.asc-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.asc-cta-title { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3.5vw, 44px); font-weight: 700; line-height: 1.2; color: var(--white); margin-bottom: 16px; }
.asc-cta-title em { font-style: italic; color: var(--silver-light); }
.asc-cta-desc { font-size: 15px; color: var(--silver); font-weight: 300; line-height: 1.65; }
.asc-cta-actions { display: flex; flex-direction: column; gap: 14px; align-items: stretch; min-width: 220px; }

/* ── PAGE HERO (interior) ── */
.asc-page-hero { position: relative; height: 420px; overflow: hidden; display: flex; align-items: flex-end; }
.asc-page-hero-bg { position: absolute; inset: 0; }
.asc-page-hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.25); }
.asc-page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,8,1) 0%, rgba(10,10,8,.5) 60%, transparent 100%); }
.asc-page-hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 40px 60px; width: 100%; }
.asc-page-hero-content .asc-eyebrow { margin-bottom: 16px; }
.asc-page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(34px, 5vw, 54px); font-weight: 700; line-height: 1.12; color: var(--white); }
.asc-page-hero h1 em { font-style: italic; color: var(--silver-light); }
.asc-page-hero p { font-size: 16px; color: var(--silver); font-weight: 300; max-width: 560px; margin-top: 16px; }

/* ── BREADCRUMB ── */
.asc-breadcrumb { background: var(--black2); border-bottom: 1px solid var(--border); padding: 12px 0; }
.asc-breadcrumb-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; font-size: 12px; color: var(--muted); display: flex; gap: 8px; align-items: center; }
.asc-breadcrumb-inner a { color: var(--muted); text-decoration: none; }
.asc-breadcrumb-inner a:hover { color: var(--silver); }
.asc-breadcrumb-inner span.sep { color: var(--border2); }

/* ── PRODUCT CARDS ── */
.asc-product-card { background: var(--black2); border: 1px solid var(--border); margin-bottom: 1px; padding: 48px 52px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; position: relative; }
.asc-product-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: var(--silver); transition: height .4s; }
.asc-product-card:hover::before { height: 100%; }
.asc-product-num { font-family: 'Playfair Display', serif; font-size: 11px; letter-spacing: .14em; color: var(--muted); margin-bottom: 12px; }
.asc-product-card h3 { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: var(--white); margin-bottom: 12px; line-height: 1.2; }
.asc-product-tagline { font-size: 15px; color: var(--silver-light); font-weight: 300; line-height: 1.6; margin-bottom: 20px; }
.asc-product-desc { font-size: 14px; color: var(--silver); font-weight: 300; line-height: 1.7; }
.asc-product-meta { display: flex; flex-direction: column; gap: 16px; padding-left: 32px; border-left: 1px solid var(--border); }
.asc-meta-row { display: flex; flex-direction: column; gap: 4px; }
.asc-meta-label { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.asc-meta-value { font-size: 14px; color: var(--silver-bright); font-weight: 500; }
.asc-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; border: 1px solid var(--border2); color: var(--silver); padding: 5px 12px; margin-top: 4px; }
.asc-badge::before { content: '✓'; color: var(--silver-bright); }
.asc-feature-list { list-style: none; margin-top: 20px; }
.asc-feature-list li { font-size: 14px; color: var(--silver); padding: 8px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 10px; font-weight: 300; }
.asc-feature-list li:last-child { border-bottom: none; }
.asc-feature-list li::before { content: '→'; color: var(--silver-bright); flex-shrink: 0; }

/* ── ASIDE PANEL ── */
.asc-aside-panel { background: var(--black2); border: 1px solid var(--border); padding: 36px 32px; position: sticky; top: 100px; }
.asc-aside-panel::before { content: ''; display: block; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, var(--silver), transparent); margin-bottom: 28px; }
.asc-aside-panel h4 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--white); margin-bottom: 20px; }
.asc-aside-detail { margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.asc-aside-detail:last-of-type { border-bottom: none; }
.asc-aside-label { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.asc-aside-val { font-size: 14px; color: var(--silver-bright); font-weight: 500; }
.asc-service-detail-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 64px; align-items: start; }

/* ── TIMELINE (Nosotros) ── */
.asc-timeline { margin-top: 56px; }
.asc-timeline-item { display: grid; grid-template-columns: 140px 24px 1fr; gap: 0 24px; }
.asc-tl-year { font-family: 'Playfair Display', serif; font-size: 15px; color: var(--silver); text-align: right; padding-top: 4px; font-weight: 600; }
.asc-tl-line { display: flex; flex-direction: column; align-items: center; }
.asc-tl-dot { width: 9px; height: 9px; border: 1px solid var(--silver); border-radius: 50%; background: var(--black); flex-shrink: 0; z-index: 1; margin-top: 6px; }
.asc-tl-bar { flex: 1; width: 1px; background: var(--border); margin-top: 4px; }
.asc-timeline-item:last-child .asc-tl-bar { display: none; }
.asc-tl-content { padding: 0 0 48px; }
.asc-tl-content h4 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--white); margin-bottom: 8px; }
.asc-tl-content p { font-size: 14px; color: var(--silver); font-weight: 300; line-height: 1.65; }
.asc-mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); margin-top: 64px; }
.asc-mv-card { background: var(--black2); padding: 52px 48px; position: relative; }
.asc-mv-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--silver), transparent); }
.asc-mv-label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px; }
.asc-mv-card p { font-family: 'Playfair Display', serif; font-size: 20px; font-style: italic; color: var(--white); line-height: 1.55; }

/* ── BLOG ── */
.asc-blog-cats { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.asc-blog-cat-btn { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); cursor: pointer; background: none; border: none; font-family: 'Outfit', sans-serif; padding-bottom: 4px; }
.asc-blog-cat-btn.active, .asc-blog-cat-btn:hover { color: var(--silver-bright); border-bottom: 1px solid var(--silver); }
.asc-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); }
.asc-blog-card { background: var(--black); text-decoration: none; display: block; transition: background .2s; }
.asc-blog-card:hover { background: var(--black2); }
.asc-blog-img { height: 220px; overflow: hidden; }
.asc-blog-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.6) grayscale(.3); transition: filter .4s; }
.asc-blog-card:hover .asc-blog-img img { filter: brightness(.75) grayscale(.1); }
.asc-blog-body { padding: 32px 28px; }
.asc-blog-cat { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.asc-blog-card h2, .asc-blog-card h3 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 600; color: var(--white); line-height: 1.3; margin-bottom: 12px; }
.asc-blog-card p { font-size: 13px; color: var(--silver); line-height: 1.65; font-weight: 300; }
.asc-blog-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; font-size: 12px; color: var(--muted); }
.asc-blog-read { color: var(--silver-bright); font-size: 12px; }

/* single post */
.asc-post-content { max-width: 720px; margin: 0 auto; }
.asc-post-content h2 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: var(--white); margin: 40px 0 16px; }
.asc-post-content h3 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: var(--white); margin: 32px 0 12px; }
.asc-post-content p { font-size: 16px; color: var(--silver); font-weight: 300; line-height: 1.8; margin-bottom: 20px; }
.asc-post-content ul, .asc-post-content ol { margin: 16px 0 20px 20px; }
.asc-post-content li { font-size: 15px; color: var(--silver); line-height: 1.7; margin-bottom: 8px; font-weight: 300; }
.asc-post-content strong { color: var(--silver-bright); font-weight: 500; }
.asc-post-content blockquote { border-left: 2px solid var(--silver); padding-left: 24px; margin: 32px 0; font-family: 'Playfair Display', serif; font-style: italic; font-size: 18px; color: var(--silver-light); line-height: 1.6; }
.asc-post-content hr { border: none; border-top: 1px solid var(--border); margin: 40px 0; }
.asc-post-disclaimer { background: var(--black2); border: 1px solid var(--border); padding: 24px 28px; margin-top: 48px; font-size: 12px; color: var(--muted); line-height: 1.65; }

/* ── CONTACT ── */
.asc-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); margin-top: 56px; }
.asc-contact-info { background: var(--black2); padding: 56px 52px; position: relative; }
.asc-contact-info::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--silver), transparent); }
.asc-contact-info h3 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 600; color: var(--white); margin-bottom: 32px; line-height: 1.2; }
.asc-contact-detail { margin-bottom: 24px; }
.asc-contact-detail label { display: block; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.asc-contact-detail p { font-size: 15px; color: var(--silver-bright); font-weight: 400; line-height: 1.6; }
.asc-contact-detail a { color: var(--silver-bright); text-decoration: none; }
.asc-contact-detail a:hover { color: var(--white); }
.asc-contact-form-area { background: var(--black); padding: 56px 52px; }
.asc-contact-form-area h3 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: var(--white); margin-bottom: 32px; }

/* Elementor / CF7 form override */
.asc-contact-form-area .elementor-form .elementor-field-group { margin-bottom: 20px; }
.asc-contact-form-area .elementor-form label,
.asc-contact-form-area .wpcf7 label { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; font-family: 'Outfit', sans-serif; }
.asc-contact-form-area .elementor-form input,
.asc-contact-form-area .elementor-form select,
.asc-contact-form-area .elementor-form textarea,
.asc-contact-form-area .wpcf7 input[type="text"],
.asc-contact-form-area .wpcf7 input[type="email"],
.asc-contact-form-area .wpcf7 input[type="tel"],
.asc-contact-form-area .wpcf7 select,
.asc-contact-form-area .wpcf7 textarea {
  width: 100%; background: var(--black2); border: 1px solid var(--border);
  color: var(--white); padding: 12px 16px; font-size: 14px;
  font-family: 'Outfit', sans-serif; outline: none; transition: border .2s;
  border-radius: 0;
}
.asc-contact-form-area input:focus,
.asc-contact-form-area select:focus,
.asc-contact-form-area textarea:focus { border-color: var(--silver); }
.asc-contact-form-area .elementor-button,
.asc-contact-form-area .wpcf7 input[type="submit"] {
  width: 100%; background: var(--silver-bright); color: var(--black);
  border: none; padding: 15px; font-size: 14px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; cursor: pointer;
  font-family: 'Outfit', sans-serif; border-radius: 0;
}
.asc-contact-form-area .elementor-button:hover,
.asc-contact-form-area .wpcf7 input[type="submit"]:hover { background: var(--white); }

/* ── PRIVACY PAGE ── */
.asc-privacy-block { background: var(--black2); border: 1px solid var(--border); padding: 40px 44px; margin-bottom: 24px; position: relative; }
.asc-privacy-block:first-child::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--silver), transparent); }
.asc-privacy-block h3 { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--white); margin-bottom: 16px; }
.asc-privacy-block p { font-size: 14px; color: var(--silver); font-weight: 300; line-height: 1.75; margin-bottom: 12px; }
.asc-privacy-block strong { color: var(--silver-bright); font-weight: 500; }
.asc-privacy-list { list-style: none; margin: 12px 0; }
.asc-privacy-list li { font-size: 14px; color: var(--silver); padding: 6px 0; border-bottom: 1px solid var(--border); display: flex; gap: 10px; font-weight: 300; }
.asc-privacy-list li:last-child { border-bottom: none; }
.asc-privacy-list li::before { content: '→'; color: var(--silver-bright); flex-shrink: 0; }

/* ── FOOTER ── */
.asc-footer { background: var(--black); border-top: 1px solid var(--border); padding: 64px 0 32px; }
.asc-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.asc-footer-logo img { height: 44px; width: auto; object-fit: contain; display: block; margin-bottom: 16px; }
.asc-footer-tagline { font-size: 13px; color: var(--muted); line-height: 1.65; max-width: 260px; font-weight: 300; }
.asc-footer-col h4 { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--silver); margin-bottom: 20px; }
.asc-footer-col ul { list-style: none; }
.asc-footer-col li { margin-bottom: 10px; }
.asc-footer-col a { font-size: 13px; color: var(--muted); text-decoration: none; transition: color .2s; font-weight: 300; }
.asc-footer-col a:hover { color: var(--silver-bright); }
.asc-footer-contact-item { font-size: 13px; color: var(--muted); margin-bottom: 10px; font-weight: 300; line-height: 1.5; }
.asc-footer-contact-item strong { color: var(--silver); font-weight: 400; }
.asc-footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.asc-footer-disclaimer { font-size: 11px; color: var(--muted); line-height: 1.65; max-width: 700px; font-weight: 300; }
.asc-footer-legal { font-size: 11px; color: var(--muted); text-align: right; line-height: 1.8; white-space: nowrap; }
.asc-footer-legal a { color: var(--muted); text-decoration: none; }
.asc-footer-legal a:hover { color: var(--silver); }

/* ── WHATSAPP FAB ── */
.asc-fab {
  position: fixed; bottom: 32px; right: 32px;
  width: 54px; height: 54px;
  background: var(--silver-bright); color: var(--black);
  border: none; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.5);
  transition: all .25s; z-index: 999; text-decoration: none;
}
.asc-fab:hover { transform: scale(1.08); background: var(--white); color: var(--black); }
.asc-fab svg { fill: currentColor; }

/* ── RESPONSIVE (tablet/mobile) ── */
@media (max-width: 900px) {
  .asc-hero-inner { grid-template-columns: 1fr; gap: 48px; padding: 60px 24px; }
  .asc-hero-panel { display: none; }
  .asc-diff-grid, .asc-services-grid, .asc-cases-grid, .asc-blog-grid { grid-template-columns: 1fr; }
  .asc-services-header { grid-template-columns: 1fr; gap: 24px; }
  .asc-process-grid { grid-template-columns: 1fr 1fr; }
  .asc-photo-strip { grid-template-columns: 1fr; height: auto; }
  .asc-photo-strip-item { height: 200px; }
  .asc-product-card { grid-template-columns: 1fr; }
  .asc-product-meta { padding-left: 0; border-left: none; border-top: 1px solid var(--border); padding-top: 24px; }
  .asc-service-detail-grid { grid-template-columns: 1fr; }
  .asc-aside-panel { position: static; }
  .asc-contact-grid { grid-template-columns: 1fr; }
  .asc-footer-grid { grid-template-columns: 1fr 1fr; }
  .asc-cta-inner { grid-template-columns: 1fr; gap: 32px; }
  .asc-cta-actions { min-width: unset; }
  .asc-mv-grid { grid-template-columns: 1fr; }
  .asc-nav-links, .asc-nav-cta { display: none; }
  .asc-hamburger { display: block; }
  .asc-topbar-right { display: none; }
  .asc-container { padding: 0 24px; }
  .asc-container-narrow { padding: 0 24px; }
}
@media (max-width: 600px) {
  .asc-footer-grid { grid-template-columns: 1fr; }
  .asc-process-grid { grid-template-columns: 1fr; }
  .asc-timeline-item { grid-template-columns: 90px 20px 1fr; }
  .asc-stats-grid { grid-template-columns: 1fr; }
  .asc-values-inner { flex-wrap: wrap; gap: 16px; justify-content: center; }
}
