:root{--tap-red:#e30613;--tap-black:#111;--tap-line:#e3e3df;--tap-soft:#f5f5f2}.tap-profile,.tap-directory{max-width:1180px;margin:0 auto;padding:40px 20px 80px;color:#111}.tap-profile *,.tap-directory *{box-sizing:border-box}.tap-profile-hero{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:54px;align-items:center;padding:30px 0 65px}.tap-profile-photo{background:var(--tap-bg);border-radius:22px;min-height:560px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.tap-profile-photo img{display:block;max-width:100%;max-height:560px;object-fit:contain;object-position:center bottom}.tap-profile-initials{font-size:130px;font-weight:900;color:#fff;align-self:center}.tap-kicker{font-size:12px;font-weight:900;letter-spacing:.16em;color:var(--tap-red)}.tap-profile h1{font-size:clamp(48px,6vw,82px);line-height:.95;letter-spacing:-.055em;margin:15px 0}.tap-profile-role{font-size:22px;margin:0 0 18px}.tap-tags,.tap-products{display:flex;flex-wrap:wrap;gap:8px}.tap-tags span,.tap-products span{border:1px solid var(--tap-line);border-radius:999px;padding:9px 13px;font-size:13px}.tap-bio-short{font-size:18px;line-height:1.55;color:#555;max-width:650px;margin:24px 0}.tap-actions{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}.tap-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:7px;font-weight:800;text-decoration:none!important;border:1px solid #111;cursor:pointer;font:inherit}.tap-btn-primary{background:#111;color:#fff!important}.tap-btn-primary:hover{background:var(--tap-red);border-color:var(--tap-red)}.tap-btn-outline{background:#fff;color:#111!important}.tap-contact-row{display:flex;flex-wrap:wrap;gap:15px;margin-top:20px}.tap-contact-row a{color:#333;text-decoration:none;border-bottom:1px solid #ccc}.tap-profile-section{border-top:1px solid var(--tap-line);padding:55px 0}.tap-profile-section h2,.tap-directory-head h1{font-size:clamp(32px,4vw,52px);line-height:1.02;letter-spacing:-.035em;margin:9px 0 18px}.tap-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:70px}.tap-two-cols p,.tap-booking-intro p,.tap-share p,.tap-directory-head p{font-size:16px;color:#555;line-height:1.6}.tap-products span{background:#fff}.tap-booking{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;background:var(--tap-soft);border:0;border-radius:18px;padding:42px;margin-top:30px}.tap-book-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.tap-book-form label{font-size:12px;font-weight:800}.tap-book-form input,.tap-book-form select,.tap-book-form textarea{width:100%;margin-top:7px;padding:12px 13px;border:1px solid #ccc;border-radius:6px;background:#fff;font:inherit}.tap-full{grid-column:1/-1}.tap-hp{position:absolute!important;left:-9999px!important}.tap-notice{padding:13px;border-radius:7px;margin-top:18px;font-size:14px}.tap-notice.success{background:#e7f6eb}.tap-notice.error{background:#fdeaea}.tap-share{display:flex;justify-content:space-between;gap:30px;align-items:center}.tap-directory-head{max-width:760px;padding:28px 0 35px}.tap-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tap-card{border:1px solid var(--tap-line);border-radius:16px;overflow:hidden;background:#fff}.tap-card-photo{display:flex;height:310px;background:var(--tap-bg);align-items:flex-end;justify-content:center;text-decoration:none}.tap-card-photo img{max-width:100%;max-height:310px;object-fit:contain;object-position:center bottom}.tap-initials{align-self:center;color:#fff;font-size:76px;font-weight:900}.tap-card-body{padding:21px}.tap-card h3{font-size:25px;line-height:1.05;margin:7px 0}.tap-card h3 a{color:#111;text-decoration:none}.tap-role{color:#666}.tap-link{display:inline-block;margin-top:18px;color:var(--tap-red)!important;font-weight:800;text-decoration:none!important}.tap-card .tap-tags span{font-size:11px;padding:7px 9px}@media(max-width:900px){.tap-profile-hero,.tap-booking,.tap-two-cols{grid-template-columns:1fr}.tap-profile-photo{min-height:460px}.tap-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tap-booking{gap:25px}}@media(max-width:620px){.tap-profile,.tap-directory{padding-left:16px;padding-right:16px}.tap-profile-hero{gap:25px;padding-top:10px}.tap-profile-photo{min-height:390px}.tap-profile-photo img{max-height:390px}.tap-profile h1{font-size:48px}.tap-booking{padding:24px}.tap-book-form{grid-template-columns:1fr}.tap-full{grid-column:auto}.tap-directory-grid{grid-template-columns:1fr}.tap-share{align-items:flex-start;flex-direction:column}}


/* v1.1.0 — selector de vehículos del asesor */
.tap-section-head{max-width:780px;margin-bottom:24px}.tap-section-head p{font-size:16px;line-height:1.6;color:#555}.tap-vehicle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tap-vehicle-choice{appearance:none;text-align:left;border:1px solid var(--tap-line);border-radius:14px;background:#fff;padding:0;overflow:hidden;cursor:pointer;color:#111;font:inherit;transition:transform .18s,border-color .18s,box-shadow .18s}.tap-vehicle-choice:hover{transform:translateY(-3px);border-color:#aaa;box-shadow:0 10px 28px rgba(0,0,0,.06)}.tap-vehicle-choice.is-selected{border-color:var(--tap-red);box-shadow:0 0 0 2px rgba(227,6,19,.09)}.tap-vehicle-img{height:170px;background:#f7f7f5;display:flex;align-items:center;justify-content:center;overflow:hidden}.tap-vehicle-img img{width:100%;height:100%;object-fit:contain;padding:13px}.tap-vehicle-img>span{font-size:14px;font-weight:900;letter-spacing:.16em;color:#777}.tap-vehicle-copy{padding:17px;display:flex;flex-direction:column;gap:7px}.tap-vehicle-copy b{font-size:21px;line-height:1.05}.tap-vehicle-copy span{color:var(--tap-red);font-size:13px;font-weight:800}@media(max-width:900px){.tap-vehicle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.tap-vehicle-grid{grid-template-columns:1fr}.tap-vehicle-img{height:190px}}

/* v1.2.0 — encuadre manual del retrato */
.tap-profile-photo,.tap-card-photo{position:relative;overflow:hidden}
.tap-profile-photo img{width:auto;height:92%;max-width:none;max-height:none;object-fit:contain;transform:translate(var(--tap-photo-x,0),var(--tap-photo-y,0)) scale(var(--tap-photo-zoom,1));transform-origin:center bottom;transition:transform .12s ease}
.tap-card-photo img{width:auto;height:92%;max-width:none;max-height:none;object-fit:contain;transform:translate(calc(var(--tap-photo-x,0) * .42),calc(var(--tap-photo-y,0) * .42)) scale(var(--tap-photo-zoom,1));transform-origin:center bottom}

/* v1.2.0 — selector de modelos compacto y segmentado */
.tap-vehicles-section .tap-section-head{margin-bottom:18px}.tap-vehicle-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.tap-vehicle-tab{appearance:none;border:1px solid var(--tap-line);background:#fff;color:#111;border-radius:999px;padding:9px 13px;font:inherit;font-size:13px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:7px}.tap-vehicle-tab span{min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#f1f1ef;display:inline-flex;align-items:center;justify-content:center;font-size:11px}.tap-vehicle-tab:hover,.tap-vehicle-tab.is-active{border-color:#111;background:#111;color:#fff}.tap-vehicle-tab.is-active span{background:#fff;color:#111}.tap-vehicle-group[hidden]{display:none!important}.tap-vehicle-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.tap-vehicle-choice{border-radius:11px}.tap-vehicle-img{height:105px}.tap-vehicle-img img{padding:8px}.tap-vehicle-copy{padding:10px 11px 11px;gap:4px}.tap-vehicle-copy b{font-size:15px;line-height:1.08}.tap-vehicle-copy span{font-size:11px}.tap-vehicle-choice:hover{transform:translateY(-2px);box-shadow:0 7px 18px rgba(0,0,0,.05)}
@media(max-width:1050px){.tap-vehicle-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:780px){.tap-vehicle-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.tap-vehicle-tab{white-space:nowrap;flex:0 0 auto}.tap-vehicle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:560px){.tap-vehicle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.tap-vehicle-img{height:92px}.tap-vehicle-copy b{font-size:14px}.tap-vehicle-copy{padding:9px}}

/* v1.3.0 — cabecera compacta estilo perfil profesional / LinkedIn */
.tap-profile-hero{grid-template-columns:minmax(0,1fr) 250px;gap:64px;align-items:center;padding:54px 0 56px;min-height:0}
.tap-profile-copy{min-width:0;max-width:780px}
.tap-profile-photo{width:230px;height:230px;min-height:230px;justify-self:end;align-self:center;border-radius:50%;background:var(--tap-bg);border:7px solid #fff;box-shadow:0 0 0 1px var(--tap-line),0 18px 45px rgba(0,0,0,.08);display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.tap-profile-photo img{width:auto;height:138%;max-width:none;max-height:none;object-fit:contain;object-position:center bottom;transform:translate(var(--tap-photo-x,0),var(--tap-photo-y,0)) scale(var(--tap-photo-zoom,1));transform-origin:center bottom}
.tap-profile-initials{font-size:72px;align-self:center}
.tap-profile h1{font-size:clamp(44px,5.2vw,70px);line-height:.96;letter-spacing:-.05em;margin:12px 0 14px;max-width:760px}
.tap-profile-role{font-size:20px;margin-bottom:14px}.tap-bio-short{font-size:17px;margin:20px 0;max-width:700px}.tap-actions{margin:18px 0}.tap-contact-row{margin-top:16px}
@media(max-width:900px){.tap-profile-hero{grid-template-columns:1fr 190px;gap:34px;padding:34px 0 44px}.tap-profile-photo{width:180px;height:180px;min-height:180px}.tap-profile-photo img{height:140%}.tap-profile h1{font-size:clamp(42px,7vw,58px)}}
@media(max-width:680px){.tap-profile-hero{grid-template-columns:1fr;gap:22px;padding-top:18px}.tap-profile-photo{grid-row:1;width:150px;height:150px;min-height:150px;justify-self:start;border-width:5px}.tap-profile-copy{grid-row:2}.tap-profile h1{font-size:44px}.tap-profile-photo img{height:145%}}


/* v1.4.0 — hero más equilibrado con foto a la izquierda */
.tap-profile-hero{grid-template-columns:190px minmax(0,1fr);gap:34px;align-items:center;padding:34px 0 44px;min-height:0}.tap-profile-photo{order:1;justify-self:start;align-self:center;width:180px;height:180px;min-height:180px;border-width:6px;box-shadow:0 0 0 1px var(--tap-line),0 12px 28px rgba(0,0,0,.06)}.tap-profile-copy{order:2;max-width:820px}.tap-profile h1{font-size:clamp(42px,5.4vw,68px);line-height:.94;letter-spacing:-.055em;margin:10px 0 12px;max-width:760px}.tap-profile-role{font-size:18px;margin:0 0 14px}.tap-tags{margin-bottom:16px}.tap-bio-short{font-size:17px;line-height:1.56;max-width:760px;margin:18px 0}.tap-actions{margin:18px 0 14px}.tap-contact-row{margin-top:10px}.tap-contact-row a{font-size:15px}.tap-profile-copy .tap-kicker{display:inline-block;margin-bottom:10px}.tap-profile-section{padding-top:46px}.tap-profile-photo img{height:144%;transform:translate(var(--tap-photo-x,0),var(--tap-photo-y,0)) scale(var(--tap-photo-zoom,1));transform-origin:center bottom}.tap-profile-initials{font-size:64px}.tap-profile{padding-top:20px}.tap-profile-hero + .tap-profile-section{margin-top:6px}@media(max-width:980px){.tap-profile-hero{grid-template-columns:160px minmax(0,1fr);gap:26px;padding:26px 0 36px}.tap-profile-photo{width:150px;height:150px;min-height:150px}.tap-profile h1{font-size:clamp(38px,6vw,56px)}}@media(max-width:680px){.tap-profile-hero{grid-template-columns:1fr;gap:18px;padding:18px 0 28px}.tap-profile-photo{width:118px;height:118px;min-height:118px;justify-self:start;border-width:4px}.tap-profile-copy{order:2}.tap-profile h1{font-size:40px;max-width:none}.tap-profile-role{font-size:17px}.tap-profile-photo img{height:150%}}


/* v1.5.0 — ficha de presentación inspirada en LinkedIn */
.tap-profile{max-width:1180px;padding-top:26px}
.tap-profile-intro{
  display:block;
  max-width:980px;
  margin:0 auto 18px;
  padding:0;
  border:1px solid var(--tap-line);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 32px rgba(0,0,0,.045);
}
.tap-profile-cover{
  height:118px;
  background:
    linear-gradient(110deg, rgba(227,6,19,.98) 0 13%, #171717 13% 21%, #f2f2ef 21% 100%);
  border-bottom:1px solid rgba(0,0,0,.04);
}
.tap-profile-intro-body{
  position:relative;
  padding:0 34px 30px;
}
.tap-profile-intro .tap-profile-photo{
  position:relative;
  width:142px;
  height:142px;
  min-height:142px;
  margin-top:-71px;
  margin-bottom:16px;
  justify-self:auto;
  border:5px solid #fff;
  box-shadow:0 0 0 1px var(--tap-line),0 8px 22px rgba(0,0,0,.08);
}
.tap-profile-intro .tap-profile-photo img{height:145%}
.tap-profile-intro .tap-profile-copy{
  max-width:790px;
}
.tap-profile-intro .tap-kicker{
  margin:0 0 7px;
  font-size:11px;
  letter-spacing:.15em;
}
.tap-profile-intro h1{
  max-width:none;
  margin:0 0 6px;
  font-size:clamp(36px,4.4vw,52px);
  line-height:1;
  letter-spacing:-.045em;
}
.tap-profile-intro .tap-profile-role{
  margin:0 0 10px;
  font-size:18px;
  color:#2d2d2b;
}
.tap-profile-intro .tap-tags{margin:0 0 12px}
.tap-profile-intro .tap-tags span{padding:7px 11px;font-size:12px}
.tap-profile-intro .tap-bio-short{
  max-width:720px;
  margin:13px 0 16px;
  font-size:16px;
  line-height:1.5;
}
.tap-profile-intro .tap-actions{
  gap:8px;
  margin:0 0 14px;
}
.tap-profile-intro .tap-btn{
  min-height:46px;
  padding:11px 16px;
  border-radius:9px;
  font-size:15px;
}
.tap-profile-quick-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.tap-profile-quick-actions a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:8px 11px;
  border:1px solid var(--tap-line);
  border-radius:9px;
  color:#222!important;
  text-decoration:none!important;
  font-size:13px;
  font-weight:700;
  background:#fff;
}
.tap-profile-quick-actions a:hover{border-color:#aaa;background:#fafafa}
.tap-quick-icon{
  width:21px;height:21px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:#f1f1ef;color:#111;font-size:12px;font-weight:900;
}
.tap-profile-intro + .tap-profile-section{margin-top:0}
@media(min-width:760px){
  .tap-profile-intro-body{
    display:grid;
    grid-template-columns:142px minmax(0,1fr);
    column-gap:24px;
    align-items:start;
  }
  .tap-profile-intro .tap-profile-photo{
    grid-column:1;
    grid-row:1;
    margin-bottom:0;
  }
  .tap-profile-intro .tap-profile-copy{
    grid-column:2;
    grid-row:1;
    padding-top:18px;
  }
}
@media(max-width:759px){
  .tap-profile{padding-top:14px}
  .tap-profile-intro{
    margin-left:-16px;
    margin-right:-16px;
    border-left:0;
    border-right:0;
    border-radius:0;
    box-shadow:none;
  }
  .tap-profile-cover{height:92px}
  .tap-profile-intro-body{padding:0 22px 24px}
  .tap-profile-intro .tap-profile-photo{
    width:112px;height:112px;min-height:112px;
    margin-top:-56px;margin-bottom:14px;border-width:4px;
  }
  .tap-profile-intro .tap-profile-photo img{height:150%}
  .tap-profile-intro h1{
    font-size:36px;
    line-height:1.02;
    text-align:left;
  }
  .tap-profile-intro .tap-kicker{font-size:10px}
  .tap-profile-intro .tap-profile-role{font-size:17px}
  .tap-profile-intro .tap-bio-short{font-size:15px;margin-top:12px}
  .tap-profile-intro .tap-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .tap-profile-intro .tap-btn{
    width:100%;
    text-align:center;
    padding:11px 10px;
    font-size:14px;
  }
  .tap-profile-quick-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tap-profile-quick-actions a{
    justify-content:center;
    white-space:nowrap;
  }
}
@media(max-width:430px){
  .tap-profile-intro .tap-actions{grid-template-columns:1fr}
  .tap-profile-quick-actions{grid-template-columns:1fr 1fr}
  .tap-profile-intro h1{font-size:34px}
}
