/* Verdalume — hoja de estilo principal
   Granja y café de temporada · Segovia
   prefijo de clases: vlm_ */

:root {
  --vlm-ink: #1D1B15;
  --vlm-bone: #FBF7EE;
  --vlm-cream: #F2EADA;
  --vlm-sand: #E7DCC6;
  --vlm-moss: #274A33;
  --vlm-moss-soft: #3B6A4A;
  --vlm-ember: #C9622A;
  --vlm-ember-ink: #A34A18;
  --vlm-wheat: #E3B23C;
  --vlm-muted: #5E594E;
  --vlm-line: #D8CDB6;
  --vlm-radius: 6px;
  --vlm-radius-lg: 10px;
  --vlm-shadow: 0 1px 2px rgba(29, 27, 21, .05), 0 8px 24px -12px rgba(29, 27, 21, .18);
  --vlm-shadow-lift: 0 2px 4px rgba(29, 27, 21, .06), 0 18px 40px -18px rgba(29, 27, 21, .28);
  --vlm-serif: "Fraunces", "Hoefler Text", Georgia, "Times New Roman", serif;
  --vlm-sans: "Karla", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --vlm-wrap: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--vlm-bone);
  color: var(--vlm-ink);
  font-family: var(--vlm-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

a {
  color: var(--vlm-ember-ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--vlm-moss);
}

h1,
h2,
h3,
h4 {
  font-family: var(--vlm-serif);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.015em;
  margin: 0 0 .55em;
  color: var(--vlm-moss);
}

h1 {
  font-size: clamp(2.1rem, 1.4rem + 2.6vw, 3.35rem);
}

h2 {
  font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2.3rem);
}

h3 {
  font-size: 1.22rem;
}

h4 {
  font-size: 1.02rem;
}

p {
  margin: 0 0 1.1em;
}

ul,
ol {
  margin: 0 0 1.2em;
  padding-left: 1.25em;
}

li {
  margin-bottom: .45em;
}

hr {
  border: 0;
  border-top: 1px solid var(--vlm-line);
  margin: 2.5rem 0;
}

:focus-visible {
  outline: 3px solid var(--vlm-ember-ink);
  outline-offset: 2px;
}

/* ---------- estructura ---------- */

.vlm_wrap {
  width: 100%;
  max-width: var(--vlm-wrap);
  margin: 0 auto;
  padding: 0 22px;
}

.vlm_wrap--narrow {
  max-width: 820px;
}

.vlm_band {
  padding: 68px 0;
}

.vlm_band--tight {
  padding: 46px 0;
}

.vlm_band--cream {
  background: var(--vlm-cream);
}

.vlm_band--moss {
  background: var(--vlm-moss);
  color: var(--vlm-cream);
}

.vlm_band--moss h2,
.vlm_band--moss h3 {
  color: var(--vlm-bone);
}

.vlm_skip {
  position: absolute;
  left: -9999px;
}

.vlm_skip:focus {
  left: 12px;
  top: 12px;
  z-index: 90;
  background: var(--vlm-moss);
  color: var(--vlm-bone);
  padding: 10px 16px;
  border-radius: var(--vlm-radius);
}

/* ---------- cabecera ---------- */

.vlm_topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 247, 238, .94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--vlm-line);
}

.vlm_topbar_in {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 76px;
}

.vlm_brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: var(--vlm-moss);
  margin-right: auto;
}

.vlm_brand_mark {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.vlm_brand_name {
  font-family: var(--vlm-serif);
  font-weight: 700;
  font-size: 1.32rem;
  letter-spacing: -.02em;
  line-height: 1;
}

.vlm_brand_sub {
  display: block;
  font-family: var(--vlm-sans);
  font-weight: 500;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--vlm-muted);
  margin-top: 4px;
}

.vlm_nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.vlm_nav a {
  display: inline-block;
  padding: 9px 12px;
  font-size: .95rem;
  font-weight: 500;
  color: var(--vlm-ink);
  text-decoration: none;
  border-radius: var(--vlm-radius);
}

.vlm_nav a:hover {
  background: var(--vlm-cream);
  color: var(--vlm-moss);
}

.vlm_nav a[aria-current="page"] {
  color: var(--vlm-moss);
  box-shadow: inset 0 -2px 0 var(--vlm-ember);
}

.vlm_burger {
  display: none;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid var(--vlm-line);
  border-radius: var(--vlm-radius);
  padding: 9px 13px;
  font: inherit;
  font-size: .9rem;
  color: var(--vlm-moss);
  cursor: pointer;
}

/* ---------- botones ---------- */

.vlm_btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: var(--vlm-radius);
  font-family: var(--vlm-sans);
  font-size: .97rem;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.vlm_btn:hover {
  transform: translateY(-1px);
}

.vlm_btn--solid {
  background: var(--vlm-ember-ink);
  color: var(--vlm-bone);
  box-shadow: var(--vlm-shadow);
}

.vlm_btn--solid:hover {
  background: #8E3F13;
  color: var(--vlm-bone);
}

.vlm_btn--moss {
  background: var(--vlm-moss);
  color: var(--vlm-bone);
}

.vlm_btn--moss:hover {
  background: #1B3625;
  color: var(--vlm-bone);
}

.vlm_btn--ghost {
  background: transparent;
  border-color: var(--vlm-moss);
  color: var(--vlm-moss);
}

.vlm_btn--ghost:hover {
  background: var(--vlm-moss);
  color: var(--vlm-bone);
}

.vlm_btn--pale {
  background: var(--vlm-bone);
  color: var(--vlm-moss);
}

.vlm_btn--pale:hover {
  background: #fff;
  color: var(--vlm-moss);
}

.vlm_btn_row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* ---------- hero ---------- */

.vlm_hero {
  padding: 62px 0 70px;
  background:
    radial-gradient(1100px 420px at 88% -8%, rgba(227, 178, 60, .22), transparent 62%),
    linear-gradient(180deg, var(--vlm-cream) 0%, var(--vlm-bone) 100%);
  border-bottom: 1px solid var(--vlm-line);
}

.vlm_hero_grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 52px;
  align-items: center;
}

.vlm_hero_grid > * {
  min-width: 0;
}

.vlm_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--vlm-ember-ink);
  margin: 0 0 16px;
}

.vlm_eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--vlm-ember);
}

.vlm_lead {
  font-size: 1.13rem;
  color: var(--vlm-muted);
  max-width: 54ch;
}

.vlm_hero_media {
  position: relative;
}

.vlm_hero_media img {
  position: relative;
  border-radius: var(--vlm-radius-lg);
  border: 1px solid var(--vlm-line);
  box-shadow: var(--vlm-shadow-lift);
  width: 100%;
}

.vlm_hero_media::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 2px solid var(--vlm-moss);
  border-radius: var(--vlm-radius-lg);
  opacity: .28;
}

.vlm_stamp {
  position: absolute;
  right: -14px;
  bottom: -22px;
  background: var(--vlm-moss);
  color: var(--vlm-bone);
  padding: 12px 16px;
  border-radius: var(--vlm-radius);
  box-shadow: var(--vlm-shadow-lift);
  font-size: .8rem;
  line-height: 1.35;
  max-width: 210px;
}

.vlm_stamp b {
  display: block;
  font-family: var(--vlm-serif);
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 3px;
  color: var(--vlm-wheat);
}

/* ---------- barra de datos ---------- */

.vlm_facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--vlm-line);
  border: 1px solid var(--vlm-line);
  border-radius: var(--vlm-radius-lg);
  overflow: hidden;
}

.vlm_fact {
  background: var(--vlm-bone);
  padding: 22px 20px;
  min-width: 0;
}

.vlm_fact b {
  display: block;
  font-family: var(--vlm-serif);
  font-size: 1.75rem;
  color: var(--vlm-moss);
  line-height: 1.1;
}

.vlm_fact span {
  display: block;
  font-size: .87rem;
  color: var(--vlm-muted);
  margin-top: 4px;
}

/* ---------- encabezados de sección ---------- */

.vlm_shead {
  max-width: 66ch;
  margin-bottom: 34px;
}

.vlm_shead p {
  color: var(--vlm-muted);
  margin-bottom: 0;
}

.vlm_shead--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* ---------- rejillas y tarjetas ---------- */

.vlm_grid {
  display: grid;
  gap: 22px;
}

.vlm_grid > * {
  min-width: 0;
}

.vlm_grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.vlm_grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.vlm_grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.vlm_card {
  background: var(--vlm-bone);
  border: 1px solid var(--vlm-line);
  border-radius: var(--vlm-radius-lg);
  padding: 26px 24px;
  position: relative;
  overflow: hidden;
}

.vlm_card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--vlm-moss), var(--vlm-wheat));
  opacity: .85;
}

.vlm_card h3 {
  margin-bottom: .4em;
}

.vlm_card p:last-child {
  margin-bottom: 0;
}

.vlm_card--plain::after {
  display: none;
}

.vlm_icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--vlm-radius);
  background: var(--vlm-cream);
  color: var(--vlm-moss);
  margin-bottom: 16px;
}

.vlm_icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vlm_band--moss .vlm_icon {
  background: rgba(251, 247, 238, .12);
  color: var(--vlm-wheat);
}

/* ---------- pasos ---------- */

.vlm_steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  counter-reset: paso;
}

.vlm_step {
  padding: 26px 24px 26px 0;
  border-top: 2px solid var(--vlm-line);
  margin-right: 22px;
  min-width: 0;
}

.vlm_step::before {
  counter-increment: paso;
  content: "0" counter(paso);
  display: block;
  font-family: var(--vlm-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--vlm-ember-ink);
  margin-bottom: 10px;
  letter-spacing: .04em;
}

.vlm_step h3 {
  font-size: 1.08rem;
}

.vlm_step p {
  color: var(--vlm-muted);
  font-size: .96rem;
  margin-bottom: 0;
}

.vlm_band--moss .vlm_step {
  border-top-color: rgba(251, 247, 238, .28);
}

.vlm_band--moss .vlm_step::before {
  color: var(--vlm-wheat);
}

.vlm_band--moss .vlm_step p {
  color: rgba(242, 234, 218, .85);
}

/* ---------- dos columnas texto/imagen ---------- */

.vlm_split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.vlm_split > * {
  min-width: 0;
}

.vlm_split--flip .vlm_split_media {
  order: -1;
}

.vlm_split_media img {
  border-radius: var(--vlm-radius-lg);
  border: 1px solid var(--vlm-line);
  width: 100%;
}

/* ---------- carta / catálogo ---------- */

.vlm_item {
  display: flex;
  flex-direction: column;
  background: var(--vlm-bone);
  border: 1px solid var(--vlm-line);
  border-radius: var(--vlm-radius-lg);
  overflow: hidden;
  transition: box-shadow .15s ease, transform .15s ease;
}

.vlm_item:hover {
  box-shadow: var(--vlm-shadow-lift);
  transform: translateY(-2px);
}

.vlm_item_pic {
  aspect-ratio: 4 / 3;
  background: var(--vlm-cream);
  border-bottom: 1px solid var(--vlm-line);
}

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

.vlm_item_body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vlm_item_body h3 {
  margin-bottom: .3em;
}

.vlm_item_body p {
  color: var(--vlm-muted);
  font-size: .96rem;
}

.vlm_item_foot {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed var(--vlm-line);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.vlm_price {
  font-family: var(--vlm-serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--vlm-moss);
  white-space: nowrap;
}

.vlm_tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--vlm-ember-ink);
  background: rgba(201, 98, 42, .1);
  border: 1px solid rgba(201, 98, 42, .28);
  border-radius: 999px;
  padding: 4px 11px;
}

.vlm_menu_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vlm_menu_list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: baseline;
  padding: 15px 0;
  border-bottom: 1px dashed var(--vlm-line);
  margin: 0;
}

.vlm_menu_list li > div {
  min-width: 0;
}

.vlm_menu_list strong {
  font-family: var(--vlm-serif);
  font-size: 1.08rem;
  color: var(--vlm-moss);
  display: block;
}

.vlm_menu_list em {
  font-style: normal;
  color: var(--vlm-muted);
  font-size: .94rem;
}

/* ---------- tabla ---------- */

.vlm_tablewrap {
  overflow-x: auto;
  border: 1px solid var(--vlm-line);
  border-radius: var(--vlm-radius-lg);
  background: var(--vlm-bone);
}

table.vlm_table {
  border-collapse: collapse;
  width: 100%;
  min-width: 520px;
  font-size: .95rem;
}

.vlm_table th,
.vlm_table td {
  text-align: left;
  padding: 13px 16px;
  border-bottom: 1px solid var(--vlm-line);
  vertical-align: top;
}

.vlm_table th {
  background: var(--vlm-cream);
  font-family: var(--vlm-sans);
  font-weight: 700;
  color: var(--vlm-moss);
  font-size: .86rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.vlm_table tr:last-child td {
  border-bottom: 0;
}

/* ---------- opinión ---------- */

.vlm_quote {
  background: var(--vlm-bone);
  border: 1px solid var(--vlm-line);
  border-left: 4px solid var(--vlm-ember);
  border-radius: var(--vlm-radius-lg);
  padding: 30px 32px;
}

.vlm_quote blockquote {
  margin: 0 0 18px;
  font-family: var(--vlm-serif);
  font-size: 1.24rem;
  line-height: 1.45;
  color: var(--vlm-ink);
}

.vlm_quote_who {
  display: flex;
  align-items: center;
  gap: 13px;
}

.vlm_avatar {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  background: var(--vlm-moss);
  color: var(--vlm-wheat);
  display: grid;
  place-items: center;
  font-family: var(--vlm-serif);
  font-weight: 700;
  font-size: 1rem;
}

.vlm_quote_who span {
  display: block;
  font-size: .9rem;
  color: var(--vlm-muted);
}

.vlm_quote_who strong {
  color: var(--vlm-moss);
}

/* ---------- llamada final ---------- */

.vlm_cta {
  background: var(--vlm-moss);
  color: var(--vlm-cream);
  border-radius: var(--vlm-radius-lg);
  padding: 44px 42px;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 30px;
  align-items: center;
}

.vlm_cta > * {
  min-width: 0;
}

.vlm_cta h2 {
  color: var(--vlm-bone);
  margin-bottom: .3em;
}

.vlm_cta p {
  margin-bottom: 0;
  color: rgba(242, 234, 218, .88);
}

/* ---------- artículos ---------- */

.vlm_pagehead {
  background: var(--vlm-cream);
  border-bottom: 1px solid var(--vlm-line);
  padding: 46px 0 40px;
}

.vlm_crumbs {
  font-size: .84rem;
  color: var(--vlm-muted);
  margin-bottom: 14px;
}

.vlm_crumbs a {
  color: var(--vlm-muted);
}

.vlm_meta {
  font-size: .87rem;
  color: var(--vlm-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 10px;
}

.vlm_article {
  padding: 52px 0 64px;
}

.vlm_article h2 {
  margin-top: 1.9em;
}

.vlm_article h3 {
  margin-top: 1.5em;
}

.vlm_article figure {
  margin: 2rem 0;
}

.vlm_article figure img {
  border-radius: var(--vlm-radius-lg);
  border: 1px solid var(--vlm-line);
  width: 100%;
}

.vlm_article figcaption {
  font-size: .86rem;
  color: var(--vlm-muted);
  margin-top: 9px;
}

.vlm_note {
  background: var(--vlm-cream);
  border: 1px solid var(--vlm-line);
  border-radius: var(--vlm-radius-lg);
  padding: 20px 24px;
  margin: 1.9rem 0;
}

.vlm_note p:last-child {
  margin-bottom: 0;
}

.vlm_note strong {
  color: var(--vlm-moss);
}

.vlm_toc {
  background: var(--vlm-bone);
  border: 1px solid var(--vlm-line);
  border-radius: var(--vlm-radius-lg);
  padding: 20px 24px;
  margin-bottom: 2rem;
}

.vlm_toc h2 {
  font-size: 1.02rem;
  font-family: var(--vlm-sans);
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0 0 .7em;
  color: var(--vlm-muted);
}

.vlm_toc ol {
  margin: 0;
  padding-left: 1.2em;
}

.vlm_toc li {
  margin-bottom: .3em;
}

.vlm_postcard {
  display: flex;
  flex-direction: column;
  background: var(--vlm-bone);
  border: 1px solid var(--vlm-line);
  border-radius: var(--vlm-radius-lg);
  overflow: hidden;
}

.vlm_postcard img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid var(--vlm-line);
}

.vlm_postcard_body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vlm_postcard_body h3 {
  font-size: 1.12rem;
}

.vlm_postcard_body p {
  color: var(--vlm-muted);
  font-size: .95rem;
}

.vlm_postcard_body .vlm_more {
  margin-top: auto;
  font-weight: 700;
  font-size: .93rem;
  text-decoration: none;
}

.vlm_postcard_body .vlm_more::after {
  content: " →";
}

/* ---------- formulario ---------- */

.vlm_form {
  background: var(--vlm-bone);
  border: 1px solid var(--vlm-line);
  border-radius: var(--vlm-radius-lg);
  padding: 30px 30px 34px;
  box-shadow: var(--vlm-shadow);
}

.vlm_field {
  margin-bottom: 18px;
}

.vlm_field label {
  display: block;
  font-size: .89rem;
  font-weight: 700;
  color: var(--vlm-moss);
  margin-bottom: 6px;
}

.vlm_field input,
.vlm_field select,
.vlm_field textarea {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  color: var(--vlm-ink);
  background: #fff;
  border: 1px solid var(--vlm-line);
  border-radius: var(--vlm-radius);
  padding: 12px 14px;
}

.vlm_field textarea {
  min-height: 130px;
  resize: vertical;
}

.vlm_field input:focus,
.vlm_field select:focus,
.vlm_field textarea:focus {
  border-color: var(--vlm-moss);
}

.vlm_field_hint {
  font-size: .82rem;
  color: var(--vlm-muted);
  margin: 6px 0 0;
}

.vlm_pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.vlm_pair > * {
  min-width: 0;
}

.vlm_consent {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  background: var(--vlm-cream);
  border: 1px solid var(--vlm-line);
  border-radius: var(--vlm-radius);
  padding: 14px 16px;
  margin: 22px 0;
}

.vlm_consent input {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  accent-color: var(--vlm-moss);
}

.vlm_consent label {
  font-size: .88rem;
  line-height: 1.5;
  color: var(--vlm-muted);
}

.vlm_contact_grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 40px;
  align-items: start;
}

.vlm_contact_grid > * {
  min-width: 0;
}

.vlm_infoline {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--vlm-line);
}

.vlm_infoline:last-child {
  border-bottom: 0;
}

.vlm_infoline .vlm_icon {
  margin-bottom: 0;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}

.vlm_infoline .vlm_icon svg {
  width: 20px;
  height: 20px;
}

.vlm_infoline strong {
  display: block;
  color: var(--vlm-moss);
  font-size: .95rem;
}

.vlm_infoline span,
.vlm_infoline a {
  font-size: .95rem;
  color: var(--vlm-muted);
}

/* ---------- pie ---------- */

.vlm_foot {
  background: var(--vlm-moss);
  color: rgba(242, 234, 218, .82);
  padding: 54px 0 26px;
  margin-top: 0;
  font-size: .94rem;
}

.vlm_foot_grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 34px;
}

.vlm_foot_grid > * {
  min-width: 0;
}

.vlm_foot h4 {
  color: var(--vlm-wheat);
  font-family: var(--vlm-sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.vlm_foot a {
  color: rgba(242, 234, 218, .82);
  text-decoration: none;
}

.vlm_foot a:hover {
  color: #fff;
  text-decoration: underline;
}

.vlm_foot ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vlm_foot li {
  margin-bottom: .55em;
}

.vlm_foot_brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--vlm-bone);
  margin-bottom: 14px;
}

.vlm_foot_brand .vlm_brand_name {
  color: var(--vlm-bone);
}

/* el distintivo se invierte sobre el fondo verde del pie */
.vlm_foot_brand .vlm_brand_mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.vlm_foot_brand .vlm_brand_mark rect {
  fill: var(--vlm-bone);
}

.vlm_foot_brand .vlm_brand_mark path[fill="#FBF7EE"],
.vlm_foot_brand .vlm_brand_mark circle {
  fill: var(--vlm-moss);
}

.vlm_foot_bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(242, 234, 218, .2);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  justify-content: space-between;
  font-size: .86rem;
}

/* ---------- aviso de cookies ---------- */

.vlm_cookie {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 60;
  width: min(430px, calc(100vw - 40px));
  background: var(--vlm-bone);
  border: 1px solid var(--vlm-moss);
  border-radius: var(--vlm-radius-lg);
  box-shadow: var(--vlm-shadow-lift);
  padding: 22px 24px;
  display: none;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .25s ease, transform .25s ease;
}

.vlm_cookie.vlm_is_on {
  opacity: 1;
  transform: translateY(0);
}

.vlm_cookie h4 {
  margin-bottom: .4em;
  font-size: 1.05rem;
}

.vlm_cookie p {
  font-size: .89rem;
  color: var(--vlm-muted);
  margin-bottom: 14px;
}

.vlm_cookie .vlm_btn {
  padding: 10px 16px;
  font-size: .88rem;
}

.vlm_cookie_opts {
  display: none;
  margin: 4px 0 16px;
  border-top: 1px solid var(--vlm-line);
  padding-top: 14px;
}

.vlm_cookie_opts.vlm_is_on {
  display: block;
}

.vlm_switch {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: .87rem;
  color: var(--vlm-muted);
}

.vlm_switch input {
  margin-top: 3px;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  accent-color: var(--vlm-moss);
}

.vlm_cookie_reopen {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 55;
  display: none;
  background: var(--vlm-moss);
  color: var(--vlm-bone);
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font: inherit;
  font-size: .82rem;
  cursor: pointer;
  box-shadow: var(--vlm-shadow);
}

/* ---------- utilidades ---------- */

.vlm_mt0 {
  margin-top: 0;
}

.vlm_center {
  text-align: center;
}

.vlm_muted {
  color: var(--vlm-muted);
}

.vlm_small {
  font-size: .9rem;
}

/* ---------- adaptación ---------- */

@media (max-width: 1000px) {
  .vlm_hero_grid,
  .vlm_split,
  .vlm_contact_grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .vlm_split--flip .vlm_split_media {
    order: 0;
  }

  .vlm_grid--4,
  .vlm_steps,
  .vlm_foot_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vlm_facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .vlm_cta {
    grid-template-columns: 1fr;
  }

  .vlm_hero_media::before {
    display: none;
  }
}

@media (max-width: 860px) {
  .vlm_topbar_in {
    min-height: 64px;
    gap: 10px;
  }

  .vlm_brand {
    order: 1;
  }

  .vlm_burger {
    display: inline-flex;
    order: 2;
  }

  .vlm_topbar_cta {
    order: 3;
    padding: 10px 15px;
    font-size: .88rem;
  }

  .vlm_brand_sub {
    display: none;
  }

  .vlm_brand_name {
    font-size: 1.16rem;
  }

  .vlm_brand_mark {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }

  .vlm_nav {
    display: none;
    order: 4;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 10px 0 18px;
    border-top: 1px solid var(--vlm-line);
  }

  .vlm_nav.vlm_is_on {
    display: flex;
  }

  .vlm_nav a {
    padding: 12px 14px;
  }

  .vlm_nav a[aria-current="page"] {
    box-shadow: inset 3px 0 0 var(--vlm-ember);
    background: var(--vlm-cream);
  }

  .vlm_topbar_in {
    flex-wrap: wrap;
    padding-top: 4px;
  }

  .vlm_grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .vlm_only_wide {
    display: none;
  }

  .vlm_burger {
    padding: 9px 11px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .vlm_band {
    padding: 46px 0;
  }

  .vlm_grid--2,
  .vlm_grid--3,
  .vlm_grid--4,
  .vlm_steps,
  .vlm_pair,
  .vlm_facts,
  .vlm_foot_grid {
    grid-template-columns: 1fr;
  }

  .vlm_step {
    margin-right: 0;
    padding-right: 0;
  }

  .vlm_cta,
  .vlm_form,
  .vlm_quote {
    padding: 26px 22px;
  }

  .vlm_stamp {
    position: static;
    max-width: none;
    margin-top: 16px;
  }

  .vlm_cookie {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}
