@font-face{font-family:'DM Serif Display';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/-nFnOHM81r4j6k0gjAW3mujVU2B2K_c.ttf')}
@font-face{font-family:'DM Serif Display';font-style:italic;font-weight:400;font-display:swap;src:url('../fonts/-nFhOHM81r4j6k0gjAW3mujVU2B2G_Vx1w.ttf')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:800;font-display:swap;src:url('../fonts/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf')}
/* COPS / Atlas de Servicio: tinta azul petróleo, papel mineral y ámbar de ruta. La cabecera prioriza un wordmark Cops.es dominante; las líneas finas, coordenadas y espacios editoriales orientan sin imitar una web institucional. */
:root {
  --ink: #102b36;
  --ink-soft: #214551;
  --paper: #f4f2ec;
  --paper-deep: #ebe8de;
  --water: #dceae6;
  --amber: #f0b44a;
  --coral: #c84a3f;
  --line: rgba(16, 43, 54, 0.16);
  --background: #f4f2ec;
  --foreground: #102b36;
  --primary: #102b36;
  --primary-foreground: #f4f2ec;
  --card: #ffffff;
  --card-foreground: #102b36;
  --muted: #ebe8de;
  --muted-foreground: #597078;
  --border: rgba(16, 43, 54, 0.16);
  --ring: #f0b44a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", Arial, sans-serif; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }

.site-shell { min-height: 100vh; overflow: clip; }
.page-surface { min-height: 64vh; }
.frame { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.frame-wide { width: min(1372px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 800; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { width: 21px; height: 1px; background: currentColor; content: ""; }
.eyebrow-amber { color: var(--amber); }
.eyebrow-ink { color: var(--ink-soft); }
.section-heading { max-width: 700px; margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(2.3rem, 5vw, 4.8rem); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
.section-intro { max-width: 600px; margin: 20px 0 0; color: #536a70; font-size: 15px; line-height: 1.75; }
.section-topline { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.section-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: color .18s ease, gap .18s ease; white-space: nowrap; }
.section-link:hover { color: #a96800; gap: 13px; }
.route-line { width: 100%; height: 1px; background: linear-gradient(90deg, transparent 0%, var(--amber) 9%, var(--line) 9%, var(--line) 100%); }

.sale-strip { position: relative; z-index: 60; display: flex; min-height: 39px; align-items: center; background: var(--amber); color: #172d33; }
.sale-strip__inner { display: flex; width: min(1372px, calc(100% - 40px)); margin-inline: auto; align-items: center; justify-content: space-between; gap: 18px; font-size: 11px; font-weight: 800; letter-spacing: .045em; }
.sale-strip strong { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.sale-strip__copy { display: flex; align-items: center; gap: 11px; }
.sale-strip__copy span:last-child { font-weight: 600; letter-spacing: .01em; }
.sale-strip__link { display: inline-flex; align-items: center; gap: 7px; border-bottom: 1px solid rgba(16,43,54,.65); padding: 3px 0; transition: transform .18s ease; white-space: nowrap; }
.sale-strip__link:hover { transform: translateX(3px); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.14); background: rgba(16,43,54,.97); color: #f7f5ef; box-shadow: 0 10px 24px rgba(11,35,43,.17); }
.site-header__row { display: flex; min-height: 112px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.site-header .brand { gap: 17px; }
.site-header .brand__symbol { width: 74px; height: 74px; padding: 10px; }
.site-header .brand__word { gap: 3px; }
.site-header .brand__name { font-size: 30px; letter-spacing: .045em; }
.site-header .brand__tag { font-size: 12px; letter-spacing: .1em; }
.brand__symbol { width: 42px; height: 42px; object-fit: contain; }
.brand__word { display: grid; gap: 1px; }
.brand__name { font-size: 20px; font-weight: 800; letter-spacing: .1em; line-height: 1; }
.brand__tag { color: #b5c5c3; font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.nav-desktop { display: flex; align-items: center; gap: 22px; }
.nav-desktop a { position: relative; color: #e9ede8; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nav-desktop a::after { position: absolute; bottom: -9px; left: 0; width: 0; height: 2px; background: var(--amber); content: ""; transition: width .2s ease; }
.nav-desktop a:hover::after, .nav-desktop a[aria-current="page"]::after { width: 100%; }
.header-action { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(240,180,74,.75); padding: 10px 13px; color: var(--amber); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: background .18s ease, color .18s ease; }
.header-action:hover { background: var(--amber); color: var(--ink); }
.menu-button { display: none; align-items: center; gap: 7px; border: 0; background: transparent; color: white; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mobile-menu { display: none; border-top: 1px solid rgba(255,255,255,.12); background: var(--ink); }
.mobile-menu__links { display: grid; padding: 16px 0 22px; }
.mobile-menu__links a { border-bottom: 1px solid rgba(255,255,255,.11); padding: 14px 0; font-size: 14px; font-weight: 700; }

.news-ticker { border-bottom: 1px solid var(--line); background: #fffdfa; }
.news-ticker__inner { display: flex; min-height: 42px; align-items: center; gap: 18px; overflow: hidden; }
.ticker-label { color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.ticker-copy { overflow: hidden; color: #4b6067; font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }

.hero { position: relative; min-height: 650px; color: #fff; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,27,35,.94) 0%, rgba(8,27,35,.77) 41%, rgba(8,27,35,.2) 76%, rgba(8,27,35,.46) 100%); }
.hero__inner { position: relative; display: grid; min-height: 650px; align-items: end; padding: 88px 0 63px; }
.hero__content { max-width: 700px; }
.hero__title { max-width: 780px; margin: 18px 0 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(3.8rem, 7.7vw, 7.1rem); font-weight: 400; letter-spacing: -.065em; line-height: .87; }
.hero__title em { color: var(--amber); font-style: italic; }
.hero__lede { max-width: 505px; margin: 28px 0 0; color: #e2e9e4; font-size: 16px; line-height: 1.7; }
.button-primary { display: inline-flex; align-items: center; gap: 10px; margin-top: 29px; background: var(--amber); padding: 14px 17px; color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: transform .18s ease, background .18s ease; }
.button-primary:hover { background: #ffca67; transform: translateY(-2px); }
.button-primary:active { transform: scale(.97); }
.hero__coord { position: absolute; right: 0; bottom: 64px; display: grid; gap: 5px; border-left: 1px solid rgba(255,255,255,.35); padding-left: 16px; color: #d3ded8; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero__coord span:last-child { color: var(--amber); }

.portal-section { padding: 100px 0; }
.portal-section--paper { background: var(--paper); }
.portal-section--white { background: #fffdfa; }
.portal-section--water { background: var(--water); }
.portal-section--ink { background: var(--ink); color: #f4f2ec; }
.feature-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.feature-card { position: relative; min-height: 365px; overflow: hidden; background: #fffdfa; }
.feature-card--hero { grid-row: span 2; min-height: 732px; }
.feature-card__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.feature-card:hover .feature-card__image { transform: scale(1.04); }
.feature-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,26,31,.04) 25%, rgba(10,26,31,.88) 100%); }
.feature-card__content { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; padding: 28px; color: #fff; }
.feature-card__content--plain { position: relative; display: flex; height: 100%; flex-direction: column; justify-content: end; color: var(--ink); }
.content-tag { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 13px; color: var(--amber); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.content-tag::before { width: 7px; height: 7px; background: currentColor; content: ""; }
.content-tag--ink { color: #b66d05; }
.feature-card h3 { max-width: 590px; margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(1.55rem, 2.2vw, 2.55rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.feature-card__meta { display: flex; gap: 14px; margin-top: 14px; color: rgba(255,255,255,.75); font-size: 10px; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.feature-card__meta--ink { color: #64777a; }
.feature-card__number { align-self: flex-start; margin-bottom: auto; color: var(--water); font-family: "DM Serif Display", serif; font-size: 88px; line-height: .7; }
.feature-card__body { margin: 15px 0 0; color: #526b72; font-size: 13px; line-height: 1.7; }

.radar-band { position: relative; overflow: hidden; background: var(--ink); color: #f4f2ec; }
.radar-band::after { position: absolute; inset: 0; background-image: linear-gradient(rgba(220,234,230,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(220,234,230,.08) 1px, transparent 1px); background-size: 55px 55px; content: ""; opacity: .6; pointer-events: none; }
.radar-band__inner { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; padding: 75px 0; }
.radar-band h2 { max-width: 500px; margin: 16px 0 0; font-family: "DM Serif Display", serif; font-size: clamp(2.7rem, 5.5vw, 5.4rem); font-weight: 400; letter-spacing: -.06em; line-height: .9; }
.radar-band p { max-width: 420px; color: #c6d5d0; font-size: 14px; line-height: 1.8; }
.radar-list { border-top: 1px solid rgba(255,255,255,.24); }
.radar-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 18px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); padding: 17px 0; transition: padding .18s ease, color .18s ease; }
.radar-row:hover { padding-left: 10px; color: var(--amber); }
.radar-date { display: grid; color: var(--amber); font-size: 10px; font-weight: 800; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }
.radar-row h3 { margin: 0; font-size: 13px; font-weight: 700; line-height: 1.4; }
.radar-state { border: 1px solid rgba(240,180,74,.75); padding: 5px 7px; color: var(--amber); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.route-card { position: relative; min-height: 362px; background: var(--paper); padding: 30px; transition: background .25s ease, color .25s ease; }
.route-card:hover { background: var(--ink); color: #f4f2ec; }
.route-card__index { color: #7a9293; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.route-card h3 { max-width: 250px; margin: 65px 0 0; font-family: "DM Serif Display", serif; font-size: 35px; font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.route-card p { max-width: 300px; margin: 17px 0; color: #5b7378; font-size: 13px; line-height: 1.65; }
.route-card:hover p, .route-card:hover .route-card__index { color: #c7d8d3; }
.route-card__arrow { position: absolute; right: 28px; bottom: 24px; color: var(--amber); }

.media-split { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 590px; background: #fdfbf6; }
.media-split__image { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.media-split__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 90px); }
.media-split__copy h2 { max-width: 520px; margin: 18px 0 0; font-family: "DM Serif Display", serif; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.055em; line-height: .93; }
.media-split__copy p { max-width: 500px; margin: 25px 0 0; color: #526a70; font-size: 14px; line-height: 1.8; }
.stat-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 47px; border-top: 1px solid var(--line); }
.stat-strip div { border-right: 1px solid var(--line); padding: 21px 20px 0 0; }
.stat-strip div + div { padding-left: 20px; }
.stat-strip div:last-child { border-right: 0; }
.stat-strip strong { display: block; font-family: "DM Serif Display", serif; font-size: 37px; font-weight: 400; letter-spacing: -.05em; }
.stat-strip span { display: block; margin-top: 5px; color: #5d7377; font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }

.briefing-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1px; background: rgba(244,242,236,.19); border-top: 1px solid rgba(244,242,236,.24); }
.briefing-main, .briefing-aside { padding: 45px 0; }
.briefing-main { padding-right: 64px; }
.briefing-aside { border-left: 1px solid rgba(244,242,236,.24); padding-left: 51px; }
.briefing-title { max-width: 650px; margin: 17px 0 0; color: #f4f2ec; font-family: "DM Serif Display", serif; font-size: clamp(2.65rem, 5vw, 5.1rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.briefing-text { max-width: 520px; margin: 20px 0 0; color: #c4d1ce; font-size: 14px; line-height: 1.8; }
.briefing-list { list-style: none; margin: 0; padding: 0; }
.briefing-list li { display: flex; gap: 11px; border-bottom: 1px solid rgba(244,242,236,.18); padding: 16px 0; color: #d8e2dc; font-size: 12px; line-height: 1.55; }
.briefing-list span { color: var(--amber); font-size: 10px; font-weight: 800; letter-spacing: .1em; }

.directory-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.directory-card { position: relative; border-top: 2px solid var(--ink); background: #fffdfa; padding: 25px; box-shadow: 0 13px 30px rgba(24,44,47,.06); transition: transform .18s ease, box-shadow .18s ease; }
.directory-card:hover { box-shadow: 0 18px 34px rgba(24,44,47,.13); transform: translateY(-4px); }
.directory-card__type { color: #a66a11; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.directory-card h3 { margin: 39px 0 10px; font-family: "DM Serif Display", serif; font-size: 27px; font-weight: 400; letter-spacing: -.03em; }
.directory-card p { margin: 0; color: #60767a; font-size: 12px; line-height: 1.65; }
.directory-card__footer { display: flex; align-items: center; justify-content: space-between; margin-top: 27px; color: #39555b; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.page-hero { position: relative; overflow: hidden; background: var(--ink); color: #f4f2ec; }
.page-hero::after { position: absolute; width: min(48vw, 630px); height: min(48vw, 630px); right: -12vw; bottom: -30vw; border: 1px solid rgba(240,180,74,.65); border-radius: 50%; box-shadow: 0 0 0 50px rgba(240,180,74,.06), 0 0 0 100px rgba(240,180,74,.04); content: ""; }
.page-hero__inner { position: relative; z-index: 1; padding: 98px 0 89px; }
.page-hero h1 { max-width: 830px; margin: 18px 0 0; font-family: "DM Serif Display", serif; font-size: clamp(3.8rem, 8vw, 7rem); font-weight: 400; letter-spacing: -.065em; line-height: .88; }
.page-hero p { max-width: 630px; margin: 25px 0 0; color: #c4d1ce; font-size: 16px; line-height: 1.75; }
.page-hero .page-hero__meta { display: flex; gap: 10px; margin-top: 33px; color: var(--amber); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { display: flex; min-height: 300px; flex-direction: column; border-top: 1px solid var(--ink); background: #fffdfa; padding: 22px; transition: transform .18s ease; }
.article-card:hover { transform: translateY(-4px); }
.article-card__tag { color: #a56810; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.article-card h3 { margin: 29px 0 auto; font-family: "DM Serif Display", serif; font-size: 28px; font-weight: 400; letter-spacing: -.04em; line-height: 1.01; }
.article-card__meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 25px; color: #718386; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.filter-chip { border: 1px solid var(--line); background: transparent; padding: 8px 11px; color: #597077; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .18s ease, color .18s ease; }
.filter-chip:hover, .filter-chip--active { border-color: var(--ink); background: var(--ink); color: #fff; }

.listing-stack { border-top: 1px solid var(--ink); }
.listing-item { display: grid; grid-template-columns: 112px minmax(0,1fr) 180px 38px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); padding: 24px 0; transition: background .18s ease, padding .18s ease; }
.listing-item:hover { background: rgba(255,255,255,.46); padding-right: 10px; padding-left: 10px; }
.listing-item__kicker { color: #9f6916; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.listing-item h3 { margin: 0; font-family: "DM Serif Display", serif; font-size: 26px; font-weight: 400; letter-spacing: -.03em; line-height: 1.05; }
.listing-item p { margin: 6px 0 0; color: #60757a; font-size: 12px; line-height: 1.6; }
.listing-item__data { color: #486168; font-size: 11px; font-weight: 700; line-height: 1.55; }
.icon-arrow { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; transition: background .18s ease, color .18s ease; }
.listing-item:hover .icon-arrow { background: var(--amber); color: var(--ink); }

.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: 70px; padding: 80px 0 110px; }
.article-main { max-width: 760px; }
.article-title { margin: 14px 0 0; font-family: "DM Serif Display", serif; font-size: clamp(3.1rem, 6vw, 6rem); font-weight: 400; letter-spacing: -.06em; line-height: .9; }
.article-dek { margin: 26px 0 0; color: #506b70; font-size: 18px; line-height: 1.62; }
.article-main img { width: 100%; margin: 37px 0 34px; }
.article-main p { color: #405b61; font-size: 16px; line-height: 1.9; }
.article-main h2 { margin: 50px 0 16px; font-family: "DM Serif Display", serif; font-size: 37px; font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
.article-aside { align-self: start; border-top: 2px solid var(--amber); padding-top: 16px; }
.article-aside h3 { margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-aside p { color: #587176; font-size: 12px; line-height: 1.7; }
.article-aside a { display: inline-flex; margin-top: 12px; border-bottom: 1px solid var(--ink); padding-bottom: 3px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.detail-panel { background: #fffdfa; box-shadow: 0 18px 45px rgba(25,52,57,.06); }
.detail-panel__top { display: grid; grid-template-columns: 1.1fr .9fr; gap: 38px; padding: 40px; }
.detail-panel__top h2 { margin: 16px 0 0; font-family: "DM Serif Display", serif; font-size: 48px; font-weight: 400; letter-spacing: -.05em; line-height: .94; }
.detail-panel__top p { color: #536c71; font-size: 14px; line-height: 1.75; }
.detail-specs { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.detail-spec { padding: 22px 25px; border-right: 1px solid var(--line); }
.detail-spec:last-child { border-right: 0; }
.detail-spec span { display: block; color: #6d8182; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.detail-spec strong { display: block; margin-top: 6px; font-size: 13px; line-height: 1.45; }

.sale-hero { background: var(--paper-deep); }
.sale-hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 570px; align-items: stretch; }
.sale-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 85px 7vw 85px 0; }
.sale-hero__copy h1 { max-width: 680px; margin: 17px 0 0; font-family: "DM Serif Display", serif; font-size: clamp(3.7rem, 7vw, 6.4rem); font-weight: 400; letter-spacing: -.065em; line-height: .88; }
.sale-hero__copy p { max-width: 600px; margin: 25px 0 0; color: #4f676d; font-size: 15px; line-height: 1.75; }
.sale-hero__art { position: relative; overflow: hidden; background: var(--ink); }
.sale-hero__art::before, .sale-hero__art::after { position: absolute; border: 1px solid rgba(240,180,74,.65); border-radius: 50%; content: ""; }
.sale-hero__art::before { width: 450px; height: 450px; top: 46px; left: -172px; }
.sale-hero__art::after { width: 230px; height: 230px; right: 62px; bottom: 50px; }
.sale-art__cross { position: absolute; top: 50%; left: 50%; width: 1px; height: 74%; background: rgba(240,180,74,.72); transform: translate(-50%,-50%); }
.sale-art__cross::after { position: absolute; top: 50%; left: 50%; width: 74%; height: 1px; background: rgba(240,180,74,.72); content: ""; transform: translate(-50%,-50%); }
.sale-art__label { position: absolute; right: 30px; bottom: 29px; max-width: 190px; color: #c0d4cf; font-size: 10px; font-weight: 800; letter-spacing: .13em; line-height: 1.65; text-align: right; text-transform: uppercase; }
.sale-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.sale-grid h2 { margin: 15px 0; font-family: "DM Serif Display", serif; font-size: 45px; font-weight: 400; letter-spacing: -.045em; line-height: .96; }
.sale-grid p { color: #526b70; font-size: 14px; line-height: 1.75; }
.sale-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.sale-list li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; border-bottom: 1px solid var(--line); padding: 17px 0; color: #3e5a60; font-size: 13px; line-height: 1.5; }
.sale-list li span { color: #b77817; font-weight: 800; }
.contact-card { background: var(--ink); color: #f4f2ec; padding: clamp(30px, 5vw, 65px); }
.contact-card h2 { max-width: 620px; margin: 17px 0; font-family: "DM Serif Display", serif; font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.06em; line-height: .9; }
.contact-card p { max-width: 640px; color: #c5d4d0; font-size: 14px; line-height: 1.7; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button-outline-light { display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(244,242,236,.55); padding: 13px 16px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .18s ease, color .18s ease; }
.button-outline-light:hover { background: #f4f2ec; color: var(--ink); }

.site-footer { border-top: 1px solid rgba(255,255,255,.16); background: #0a2029; color: #f4f2ec; }
.footer-top { display: grid; grid-template-columns: 1.3fr repeat(3,.55fr); gap: 40px; padding: 62px 0 45px; }
.footer-intro { max-width: 380px; margin: 16px 0 0; color: #b8c8c4; font-size: 13px; line-height: 1.7; }
.footer-heading { color: var(--amber); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 11px; margin-top: 16px; }
.footer-links a { color: #dfe7e1; font-size: 12px; transition: color .18s ease; }
.footer-links a:hover { color: var(--amber); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0 24px; color: #91a6a4; font-size: 10px; line-height: 1.5; }
.footer-bottom a { color: var(--amber); }

@media (max-width: 980px) {
  .nav-desktop, .header-action { display: none; }
  .menu-button { display: inline-flex; }
  .mobile-menu--open { display: block; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card--hero { grid-column: span 2; grid-row: auto; min-height: 500px; }
  .radar-band__inner, .media-split, .briefing-grid, .sale-hero__grid { grid-template-columns: 1fr; }
  .briefing-main, .briefing-aside { padding-right: 0; padding-left: 0; }
  .briefing-aside { border-top: 1px solid rgba(244,242,236,.24); border-left: 0; }
  .directory-cards, .cards-3 { grid-template-columns: 1fr 1fr; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 260px; }
  .route-card h3 { margin-top: 40px; }
  .article-layout { grid-template-columns: 1fr; gap: 40px; }
  .article-aside { max-width: 550px; }
  .sale-hero__copy { padding-right: 0; }
  .sale-hero__art { min-height: 320px; }
  .sale-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-top { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-top > :last-child { grid-column: 2 / span 1; }
}

@media (max-width: 640px) {
  .frame, .frame-wide { width: min(100% - 28px, 1200px); }
  .sale-strip { min-height: 45px; }
  .sale-strip__inner { width: min(100% - 28px, 1372px); }
  .sale-strip__copy span:last-child { display: none; }
  .sale-strip__link { font-size: 10px; }
  .site-header__row { min-height: 96px; }
  .site-header .brand { gap: 13px; }
  .site-header .brand__symbol { width: 63px; height: 63px; padding: 8px; }
  .site-header .brand__name { font-size: 30px; }
  .site-header .brand__tag { display: none; }
  .brand__symbol { width: 37px; height: 37px; }
  .brand__tag { display: none; }
  .news-ticker__inner { gap: 10px; }
  .hero, .hero__inner { min-height: 610px; }
  .hero__inner { align-items: end; padding: 58px 0 46px; }
  .hero__title { font-size: clamp(3.55rem, 17vw, 5rem); }
  .hero__coord { display: none; }
  .portal-section { padding: 68px 0; }
  .section-topline { align-items: start; flex-direction: column; margin-bottom: 28px; }
  .feature-grid, .directory-cards, .cards-3 { grid-template-columns: 1fr; }
  .feature-card--hero { grid-column: auto; min-height: 480px; }
  .feature-card { min-height: 300px; }
  .radar-band__inner { gap: 34px; padding: 59px 0; }
  .radar-row { grid-template-columns: 55px minmax(0,1fr); gap: 13px; }
  .radar-state { display: none; }
  .media-split__image { min-height: 340px; }
  .stat-strip { grid-template-columns: 1fr; margin-top: 32px; }
  .stat-strip div, .stat-strip div + div { border-right: 0; border-bottom: 1px solid var(--line); padding: 14px 0; }
  .listing-item { grid-template-columns: 1fr 34px; gap: 12px; }
  .listing-item__kicker, .listing-item__data { grid-column: 1; }
  .listing-item h3 { font-size: 24px; }
  .icon-arrow { grid-column: 2; grid-row: 1 / span 3; }
  .detail-panel__top { grid-template-columns: 1fr; gap: 8px; padding: 26px; }
  .detail-panel__top h2 { font-size: 40px; }
  .detail-specs { grid-template-columns: 1fr; }
  .detail-spec { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .footer-top > :first-child { grid-column: 1 / -1; }
  .footer-top > :last-child { grid-column: auto; }
  .footer-bottom { align-items: start; flex-direction: column; }
  .article-layout { padding: 58px 0 74px; }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: cops-reveal .62s cubic-bezier(.23,1,.32,1) both; }
  .reveal-delay-1 { animation-delay: .07s; }
  .reveal-delay-2 { animation-delay: .14s; }
  .reveal-delay-3 { animation-delay: .21s; }
}
@keyframes cops-reveal { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }

/* Firma COPS / Atlas de Servicio: la rosa incompleta y el punto ámbar se convierten en señal de orientación, no en un adorno aislado. */
.brand__symbol { width: 49px; height: 49px; border-radius: 50%; background: #f4f2ec; padding: 7px; box-shadow: 0 0 0 1px rgba(240,180,74,.5); }
.brand__name { letter-spacing: .055em; }
.hero::before { position: absolute; z-index: 2; right: 8%; top: 17%; width: 148px; height: 148px; border: 1px solid rgba(240,180,74,.78); border-radius: 50%; box-shadow: 0 0 0 22px rgba(240,180,74,.07), 0 0 0 54px rgba(240,180,74,.04); content: ""; }
.hero__sight { position: absolute; z-index: 3; right: calc(8% + 73px); top: calc(17% + 73px); width: 1px; height: 245px; background: rgba(240,180,74,.75); transform: translate(-50%,-50%); }
.hero__sight::before { position: absolute; left: 50%; top: 50%; width: 245px; height: 1px; background: rgba(240,180,74,.75); content: ""; transform: translate(-50%,-50%); }
.hero__sight span { position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; border: 2px solid var(--ink); border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 7px rgba(240,180,74,.23); transform: translate(-50%,-50%); }
.hero__sight i { position: absolute; right: 9px; bottom: 5px; width: 7px; height: 7px; background: var(--amber); }
.hero__veil { background: linear-gradient(90deg, rgba(8,27,35,.96) 0%, rgba(8,27,35,.81) 42%, rgba(8,27,35,.37) 75%, rgba(8,27,35,.55) 100%); }
.page-hero::before { position: absolute; z-index: 1; right: 18vw; top: 45%; width: 14px; height: 14px; border: 2px solid var(--ink); border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 8px rgba(240,180,74,.19); content: ""; }
.radar-band__inner::after { position: absolute; right: -26px; top: 28px; width: 100px; height: 100px; border: 1px solid rgba(240,180,74,.65); border-radius: 50%; box-shadow: 0 0 0 18px rgba(240,180,74,.07); content: ""; }
.section-topline > div:first-child { position: relative; }
.section-topline > div:first-child::after { position: absolute; top: -6px; right: -28px; width: 7px; height: 7px; background: var(--amber); content: ""; }
.directory-card { padding-top: 37px; }
.directory-card::after { position: absolute; top: 10px; right: 14px; color: #789091; content: "FICHA · DEMO"; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.directory-card__footer { border-top: 1px solid var(--line); padding-top: 12px; }
.directory-card__footer::after { color: #9c6916; content: "SIGUIENTE PASO"; font-size: 8px; letter-spacing: .09em; }
.article-card { position: relative; }
.article-card::before { position: absolute; right: 18px; top: 18px; color: #839394; content: "RUTA · EDITORIAL"; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.article-card__meta::before { color: #a36a13; content: "ESTADO: GUÍA"; font-size: 8px; letter-spacing: .08em; }
.detail-panel { position: relative; overflow: hidden; }
.detail-panel::before { position: absolute; top: -51px; right: -51px; width: 125px; height: 125px; border: 1px solid rgba(240,180,74,.78); border-radius: 50%; box-shadow: 0 0 0 16px rgba(240,180,74,.08); content: ""; }
.detail-panel__top { position: relative; z-index: 1; }
@media (max-width: 640px) { .hero::before, .hero__sight { display: none; } .brand__symbol { width: 42px; height: 42px; } .section-topline > div:first-child::after { right: -17px; } }

svg{display:inline-block;vertical-align:middle;flex:none}.top-gap{margin-top:38px}.light-link{color:#f4f2ec;border-color:#f4f2ec}.filter-chip svg{margin-right:5px}.footer-bottom a{display:inline-flex;align-items:center;gap:6px}.legal-document{max-width:800px}.legal-section{border-top:1px solid var(--line);margin-top:42px;padding-top:30px}.legal-section:first-of-type{margin-top:40px}.legal-section h2{margin-top:0}.legal-section a{border-bottom:1px solid var(--ink);font-weight:800;padding-bottom:2px}

svg{display:inline-block;vertical-align:middle;flex:none}.top-gap{margin-top:38px}.light-link{color:#f4f2ec;border-color:#f4f2ec}.filter-chip svg{margin-right:5px}.footer-bottom a{display:inline-flex;align-items:center;gap:6px}.legal-document{max-width:800px}.legal-section{border-top:1px solid var(--line);margin-top:42px;padding-top:30px}.legal-section:first-of-type{margin-top:40px}.legal-section h2{margin-top:0}.legal-section a{border-bottom:1px solid var(--ink);font-weight:800;padding-bottom:2px}

svg{display:inline-block;vertical-align:middle;flex:none}.top-gap{margin-top:38px}.light-link{color:#f4f2ec;border-color:#f4f2ec}.filter-chip svg{margin-right:5px}.footer-bottom a{display:inline-flex;align-items:center;gap:6px}.legal-document{max-width:800px}.legal-section{border-top:1px solid var(--line);margin-top:42px;padding-top:30px}.legal-section:first-of-type{margin-top:40px}.legal-section h2{margin-top:0}.legal-section a{border-bottom:1px solid var(--ink);font-weight:800;padding-bottom:2px}

svg{display:inline-block;vertical-align:middle;flex:none}.top-gap{margin-top:38px}.light-link{color:#f4f2ec;border-color:#f4f2ec}.filter-chip svg{margin-right:5px}.footer-bottom a{display:inline-flex;align-items:center;gap:6px}.legal-document{max-width:800px}.legal-section{border-top:1px solid var(--line);margin-top:42px;padding-top:30px}.legal-section:first-of-type{margin-top:40px}.legal-section h2{margin-top:0}.legal-section a{border-bottom:1px solid var(--ink);font-weight:800;padding-bottom:2px}

svg{display:inline-block;vertical-align:middle;flex:none}.top-gap{margin-top:38px}.light-link{color:#f4f2ec;border-color:#f4f2ec}.filter-chip svg{margin-right:5px}.footer-bottom a{display:inline-flex;align-items:center;gap:6px}.legal-document{max-width:800px}.legal-section{border-top:1px solid var(--line);margin-top:42px;padding-top:30px}.legal-section:first-of-type{margin-top:40px}.legal-section h2{margin-top:0}.legal-section a{border-bottom:1px solid var(--ink);font-weight:800;padding-bottom:2px}
