
/* Tom Photography Suite v3.1.0 — additional Avada elements */
.tps310-element{
  --tps310-bg:#fff;
  --tps310-text:#1d1d1f;
  --tps310-muted:#706c66;
  --tps310-line:#e5e1da;
  --tps310-soft:#f8f6f2;
  --tps310-button:#1d1d1f;
  --tps310-button-text:#fff;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  color:var(--tps310-text);
  container-type:inline-size;
}
.tps310-dark{
  --tps310-bg:#171719;
  --tps310-text:#fff;
  --tps310-muted:#c2beb8;
  --tps310-line:rgba(255,255,255,.14);
  --tps310-soft:rgba(255,255,255,.07);
  --tps310-button:#fff;
  --tps310-button-text:#171719;
}
.tps310-element *{box-sizing:border-box;min-width:0}
.tps310-eyebrow{
  margin-bottom:10px;
  color:var(--tps310-muted);
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.tps310-element h2{
  margin:0;
  color:var(--tps310-text);
  font-size:clamp(30px,4.3vw,50px);
  line-height:1.02;
  font-weight:650;
  letter-spacing:-.05em;
}
.tps310-element p{
  color:var(--tps310-muted);
  line-height:1.65;
}
.tps310-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border:1px solid var(--tps310-button);
  border-radius:10px;
  background:var(--tps310-button);
  color:var(--tps310-button-text)!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:800;
}
.tps310-section-head{max-width:760px;margin-bottom:20px}
.tps310-section-head p{margin:11px 0 0;font-size:13px}

/* Booking summary */
.tps310-booking-summary{
  display:grid;
  grid-template-columns:minmax(240px,.8fr) minmax(0,1.35fr);
  gap:32px;
  padding:clamp(24px,4vw,40px);
  border:1px solid var(--tps310-line);
  border-radius:20px;
  background:var(--tps310-bg);
}
.tps310-summary-copy p{margin:12px 0 20px;font-size:14px}
.tps310-process{
  display:grid;
  gap:8px;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  counter-reset:none;
}
.tps310-process li{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:11px;
  align-items:start;
  padding:12px;
  border:1px solid var(--tps310-line);
  border-radius:11px;
  background:var(--tps310-soft);
}
.tps310-process li>i{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--tps310-bg);
  color:var(--tps310-text);
  font-style:normal;
  font-size:11px;
  font-weight:800;
}
.tps310-process strong{display:block;color:var(--tps310-text);font-size:13px}
.tps310-process span{display:block;margin-top:4px;color:var(--tps310-muted);font-size:11px;line-height:1.5}

/* Event selector */
.tps310-event-selector{
  padding:clamp(24px,4vw,38px);
  border:1px solid var(--tps310-line);
  border-radius:20px;
  background:var(--tps310-bg);
}
.tps310-event-grid{
  display:grid;
  grid-template-columns:repeat(var(--tps310-columns,3),minmax(0,1fr));
  gap:10px;
}
.tps310-event-card{
  display:flex;
  min-height:126px;
  flex-direction:column;
  justify-content:space-between;
  gap:16px;
  padding:16px;
  border:1px solid var(--tps310-line);
  border-radius:13px;
  background:var(--tps310-soft);
  color:var(--tps310-text)!important;
  text-decoration:none!important;
  transition:transform .16s ease,border-color .16s ease;
}
.tps310-event-card:hover{transform:translateY(-2px);border-color:#bdb7ae}
.tps310-event-card span{
  display:block;
  margin-bottom:5px;
  color:var(--tps310-muted);
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tps310-event-card strong{
  display:block;
  color:var(--tps310-text);
  font-size:18px;
  line-height:1.15;
  letter-spacing:-.025em;
}
.tps310-event-card em{
  color:var(--tps310-muted);
  font-size:10px;
  font-weight:800;
  font-style:normal;
}

/* Live availability badge */
.tps310-availability-badge{
  --tps310-bg:#fff;
  --tps310-text:#1d1d1f;
  --tps310-muted:#706c66;
  --tps310-line:#e5e1da;
  display:flex;
  align-items:center;
  gap:9px;
  width:fit-content;
  max-width:100%;
  min-height:42px;
  padding:8px 11px;
  border:1px solid var(--tps310-line);
  border-radius:999px;
  background:var(--tps310-bg);
  color:var(--tps310-text)!important;
  text-decoration:none!important;
  box-sizing:border-box;
}
.tps310-availability-badge.tps310-dark{
  --tps310-bg:#171719;
  --tps310-text:#fff;
  --tps310-muted:#c2beb8;
  --tps310-line:rgba(255,255,255,.14);
}
.tps310-availability-badge i{flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:#28a05f}
.tps310-availability-badge.is-closed i{background:#b84a42}
.tps310-availability-badge strong{font-size:11px;font-weight:800}
.tps310-availability-badge span{padding-left:9px;border-left:1px solid var(--tps310-line);color:var(--tps310-muted);font-size:10px}
.tps310-availability-badge em{color:var(--tps310-muted);font-size:9px;font-weight:800;font-style:normal}

/* About photographer */
.tps310-about-card{
  display:grid;
  grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);
  overflow:hidden;
  border:1px solid var(--tps310-line);
  border-radius:20px;
  background:var(--tps310-bg);
}
.tps310-about-card.no-image{grid-template-columns:1fr}
.tps310-about-image{min-height:320px;background:var(--tps310-soft)}
.tps310-about-image img{display:block;width:100%;height:100%;min-height:320px;object-fit:cover}
.tps310-about-copy{align-self:center;padding:clamp(24px,4vw,42px)}
.tps310-about-copy p{max-width:620px;margin:12px 0 0;font-size:14px}
.tps310-about-location{
  display:inline-flex;
  margin-top:14px;
  padding:6px 9px;
  border:1px solid var(--tps310-line);
  border-radius:999px;
  background:var(--tps310-soft);
  color:var(--tps310-muted);
  font-size:10px;
  font-weight:700;
}
.tps310-about-copy .tps310-btn{margin-top:20px}

/* FAQ cards */
.tps310-faqs{
  padding:clamp(24px,4vw,38px);
  border:1px solid var(--tps310-line);
  border-radius:20px;
  background:var(--tps310-bg);
}
.tps310-faq-grid{
  display:grid;
  grid-template-columns:repeat(var(--tps310-faq-columns,2),minmax(0,1fr));
  gap:10px;
}
.tps310-faq-grid article{
  padding:16px;
  border:1px solid var(--tps310-line);
  border-radius:12px;
  background:var(--tps310-soft);
}
.tps310-faq-grid strong{
  display:block;
  color:var(--tps310-text);
  font-size:13px;
  line-height:1.35;
}
.tps310-faq-grid p{margin:8px 0 0;font-size:11px;line-height:1.55}

/* Client Portal event countdown */
.tps300-event-countdown{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:14px;
  padding:15px;
  border:1px solid var(--tps300-line);
  border-radius:12px;
  background:var(--tps300-soft);
}
.tps300-event-countdown>div:first-child>span{
  display:block;
  margin-bottom:5px;
  color:var(--tps300-muted);
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tps300-event-countdown>div:first-child>strong{
  display:block;
  color:var(--tps300-text);
  font-size:16px;
  line-height:1.25;
}
.tps300-event-countdown>div:first-child>small{
  display:block;
  margin-top:4px;
  color:var(--tps300-muted);
  font-size:10px;
}
.tps300-event-countdown-numbers{display:flex;gap:8px;flex:0 0 auto}
.tps300-event-countdown-numbers b{
  display:grid;
  min-width:62px;
  place-items:center;
  padding:9px 10px;
  border:1px solid var(--tps300-line);
  border-radius:10px;
  background:var(--tps300-bg);
}
.tps300-event-countdown-numbers em{
  color:var(--tps300-text);
  font-size:23px;
  line-height:1;
  font-weight:800;
  font-style:normal;
}
.tps300-event-countdown-numbers small{
  margin-top:5px;
  color:var(--tps300-muted);
  font-size:8px;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}

@container(max-width:760px){
  .tps310-booking-summary,
  .tps310-about-card{grid-template-columns:1fr}
  .tps310-event-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tps310-faq-grid{grid-template-columns:1fr}
  .tps310-about-image,.tps310-about-image img{min-height:260px}
}
@container(max-width:520px){
  .tps310-booking-summary,
  .tps310-event-selector,
  .tps310-faqs{padding:20px 16px;border-radius:16px}
  .tps310-element h2{font-size:clamp(29px,10cqw,38px)}
  .tps310-event-grid{grid-template-columns:1fr}
  .tps310-about-card{border-radius:16px}
  .tps310-about-copy{padding:20px 16px}
  .tps310-availability-badge{width:100%;flex-wrap:wrap;border-radius:13px}
  .tps310-availability-badge em{margin-left:17px}
  .tps300-event-countdown{align-items:flex-start;flex-direction:column}
  .tps300-event-countdown-numbers{width:100%}
  .tps300-event-countdown-numbers b{flex:1}
}
