/* ============================================================
   GHOSTBASE • FOTÓGRAFOS DIRECTORY PREMIUM V2.4.0
   Escopo: SOMENTE /fotografos
   ============================================================ */

.photo2400-hero{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid rgba(86,118,131,.28);
  background:
    radial-gradient(circle at 82% 52%,rgba(255,107,0,.12),transparent 29%),
    linear-gradient(115deg,#061015 0%,#081116 58%,#130e0a 100%);
}

.photo2400-hero .container{
  position:relative;
  min-height:310px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:44px;
  padding-top:64px!important;
  padding-bottom:64px!important;
}

.photo2400-hero-copy{
  position:relative;
  z-index:2;
  max-width:820px;
}

.photo2400-hero .photo2310-kicker,
.photo2400-head .photo2310-kicker{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
  color:#ff7200;
  font-size:11px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.photo2400-hero .photo2310-kicker:after,
.photo2400-head .photo2310-kicker:after{
  content:"";
  width:44px;
  height:1px;
  background:linear-gradient(90deg,#ff7200,transparent);
}

.photo2400-hero h1{
  margin:0;
  max-width:790px;
  color:#f4f7f8;
  font-size:clamp(42px,6vw,78px);
  line-height:.93;
  letter-spacing:-.055em;
  font-weight:950;
}

.photo2400-hero p{
  max-width:720px;
  margin:20px 0 0;
  color:#93a7af;
  font-size:clamp(15px,1.45vw,18px);
  line-height:1.65;
}

.photo2400-hero-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:25px;
}

.photo2400-hero-tags span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border:1px solid rgba(76,108,120,.48);
  border-radius:999px;
  background:rgba(5,14,18,.66);
  color:#b3c0c5;
  font-size:11px;
  font-weight:800;
  letter-spacing:.025em;
  backdrop-filter:blur(8px);
}

.photo2400-hero-mark{
  position:relative;
  flex:0 0 270px;
  width:270px;
  height:270px;
  opacity:.75;
}

.photo2400-ring{
  position:absolute;
  inset:50%;
  transform:translate(-50%,-50%);
  border:1px solid rgba(255,107,0,.25);
  border-radius:50%;
}

.photo2400-ring-a{width:218px;height:218px}
.photo2400-ring-b{width:150px;height:150px}
.photo2400-ring-c{width:78px;height:78px}
.photo2400-dot{
  position:absolute;
  left:50%;
  top:50%;
  width:9px;
  height:9px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:#ff7200;
  box-shadow:0 0 0 10px rgba(255,114,0,.06),0 0 45px rgba(255,114,0,.38);
}

.photo2400-section{
  padding-top:58px!important;
  padding-bottom:76px!important;
}

.photo2400-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:28px;
  margin-bottom:28px!important;
  padding-bottom:20px;
  border-bottom:1px solid rgba(66,94,105,.34);
}

.photo2400-head h2{
  margin:0;
  color:#f4f7f8;
  font-size:clamp(29px,3.4vw,46px);
  line-height:1;
  letter-spacing:-.04em;
  font-weight:950;
}

.photo2400-head p{
  max-width:690px;
  margin:12px 0 0;
  color:#8499a1;
  font-size:14px;
  line-height:1.55;
}

.photo2400-indicate{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:45px;
  padding:0 18px!important;
  border:1px solid rgba(255,114,0,.38)!important;
  border-radius:10px!important;
  background:rgba(255,114,0,.08)!important;
  color:#ff780a!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:900!important;
  transition:.2s ease!important;
}

.photo2400-indicate:hover{
  border-color:#ff7200!important;
  background:#ff7200!important;
  color:#0b0f11!important;
  transform:translateY(-2px);
}

.photo2400-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch;
}

.photo2400-card{
  position:relative;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(63,94,106,.56)!important;
  border-radius:17px!important;
  background:
    linear-gradient(145deg,rgba(15,27,33,.98),rgba(8,17,21,.98))!important;
  box-shadow:0 15px 45px rgba(0,0,0,.14);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important;
}

.photo2400-card:before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  z-index:3;
  width:0;
  height:2px;
  background:linear-gradient(90deg,#ff7200,#ff9d43);
  transition:width .28s ease;
}

.photo2400-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,114,0,.68)!important;
  box-shadow:0 22px 54px rgba(0,0,0,.28),0 0 0 1px rgba(255,114,0,.08);
}

.photo2400-card:hover:before{width:100%}

.photo2400-profile{
  display:grid!important;
  grid-template-columns:190px minmax(0,1fr)!important;
  min-height:238px;
  color:inherit!important;
  text-decoration:none!important;
}

.photo2400-image{
  position:relative!important;
  min-height:238px;
  overflow:hidden!important;
  background:#0b1519!important;
}

.photo2400-image img{
  width:100%!important;
  height:100%!important;
  min-height:238px!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  transition:transform .45s cubic-bezier(.2,.7,.2,1),filter .3s ease!important;
}

.photo2400-card:hover .photo2400-image img{
  transform:scale(1.045);
  filter:contrast(1.03) saturate(1.04);
}

.photo2400-image-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,transparent 60%,rgba(6,15,19,.38));
  pointer-events:none;
}

.photo2400-badge{
  position:absolute;
  z-index:2;
  left:12px;
  top:12px;
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 9px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(4,12,16,.76);
  color:#fff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  backdrop-filter:blur(7px);
}

.photo2400-no-photo{
  display:grid!important;
  width:100%;
  height:100%;
  min-height:238px;
  place-items:center;
  color:#647a83!important;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
}

.photo2400-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  min-width:0;
  padding:28px 26px 24px!important;
}

.photo2400-location{
  color:#ff7200!important;
  font-size:10px!important;
  font-weight:950!important;
  line-height:1.2;
  letter-spacing:.08em!important;
  text-transform:uppercase;
}

.photo2400-copy h3{
  margin:10px 0 8px!important;
  color:#f5f7f8!important;
  font-size:clamp(21px,2vw,28px)!important;
  line-height:1.05!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
}

.photo2400-copy p{
  margin:0!important;
  color:#8fa2a9!important;
  font-size:13px!important;
  line-height:1.55!important;
}

.photo2400-profile-link{
  display:inline-flex!important;
  align-items:center;
  gap:8px;
  margin-top:auto!important;
  padding-top:20px;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.02em;
}

.photo2400-profile-link span{
  color:#ff7200;
  transition:transform .2s ease;
}

.photo2400-card:hover .photo2400-profile-link span{
  transform:translateX(4px);
}

.photo2400-actions{
  display:flex!important;
  gap:9px!important;
  padding:0 26px 22px 216px!important;
  margin-top:-49px!important;
  position:relative;
  z-index:4;
  pointer-events:none;
}

.photo2400-actions a{
  pointer-events:auto;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:36px!important;
  padding:0 13px!important;
  border-radius:8px!important;
  text-decoration:none!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1!important;
  transition:.18s ease!important;
}

.photo2400-wa{
  border:1px solid #ff7200!important;
  background:#ff7200!important;
  color:#101315!important;
}

.photo2400-ig{
  border:1px solid #38505a!important;
  background:#0c171c!important;
  color:#e6edf0!important;
}

.photo2400-actions a:hover{
  transform:translateY(-2px);
  filter:brightness(1.08);
}

.photo2400-empty{
  grid-column:1/-1;
  min-height:160px;
  display:grid;
  place-items:center;
  border:1px dashed rgba(73,102,113,.42);
  border-radius:16px;
  color:#879ba3;
}

/* o destaque NÃO existe na listagem geral V2.4.0.
   Nenhuma regra abaixo toca /fotografos/{id}. */

@media(max-width:980px){
  .photo2400-grid{grid-template-columns:1fr!important}
  .photo2400-hero-mark{flex-basis:220px;width:220px;height:220px}
}

@media(max-width:720px){
  .photo2400-hero .container{
    min-height:auto;
    padding-top:48px!important;
    padding-bottom:48px!important;
  }

  .photo2400-hero-mark{display:none}

  .photo2400-head{
    grid-template-columns:1fr;
    align-items:start;
  }

  .photo2400-indicate{justify-self:start}

  .photo2400-profile{
    grid-template-columns:132px minmax(0,1fr)!important;
    min-height:216px;
  }

  .photo2400-image,
  .photo2400-image img,
  .photo2400-no-photo{
    min-height:216px!important;
  }

  .photo2400-copy{padding:22px 18px 19px!important}
  .photo2400-actions{padding:0 18px 18px 150px!important}
}

@media(max-width:520px){
  .photo2400-hero h1{font-size:43px}
  .photo2400-hero-tags{display:none}
  .photo2400-section{padding-top:40px!important}
  .photo2400-head h2{font-size:31px}

  .photo2400-profile{
    display:block!important;
    min-height:0;
  }

  .photo2400-image{height:245px;min-height:245px}
  .photo2400-image img{height:245px!important;min-height:245px!important}

  .photo2400-copy{padding:20px!important}
  .photo2400-profile-link{margin-top:18px!important;padding-top:0}
  .photo2400-actions{
    margin-top:0!important;
    padding:0 20px 20px!important;
  }
}
