:root{
  --wine:#5b0f31;
  --wine-dark:#40071f;
  --gold:#c98d3c;
  --cream:#fbf5ef;
  --paper:#fffdfa;
  --ink:#2f1622;
  --muted:#7e6570;
  --line:#eadbd4;
  --shadow:0 24px 70px rgba(72,24,43,.13)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:linear-gradient(180deg,#fff 0%,var(--cream) 62%,#f6ece5 100%);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.65
}
a{color:inherit}
.profile-header{
  position:sticky;
  top:0;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:86px;
  padding:12px clamp(20px,5vw,76px);
  border-bottom:1px solid var(--line);
  background:rgba(255,250,246,.94);
  backdrop-filter:blur(16px)
}
.profile-brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--wine-dark);
  text-decoration:none
}
.profile-logo{display:block;width:230px;height:auto;object-fit:contain}
.profile-mark{
  display:grid;
  width:45px;
  height:54px;
  place-items:center;
  border:1.5px solid var(--gold);
  border-radius:50%;
  color:var(--gold);
  font-size:24px
}
.profile-wordmark{
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  font-weight:700;
  letter-spacing:.12em;
  line-height:1.15
}
.profile-header-actions{display:flex;align-items:center;gap:20px}
.profile-header-link{font-size:14px;font-weight:700;text-decoration:none}
.profile-header-whatsapp{
  display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 16px;
  border:1px solid var(--gold);border-radius:999px;color:var(--wine);font-size:13px;
  font-weight:800;text-decoration:none;background:#fffaf6
}
.profile-header-cta,.profile-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 22px;
  border-radius:14px;
  background:var(--wine);
  color:#fff;
  font-weight:700;
  text-decoration:none;
  transition:transform .2s ease,background .2s ease
}
.profile-header-cta:hover,.profile-cta:hover{background:var(--wine-dark);transform:translateY(-2px)}
.profile-shell{max-width:1240px;margin:0 auto;padding:clamp(34px,6vw,82px) clamp(20px,5vw,64px) 70px}
.profile-back{
  display:inline-flex;
  margin-bottom:28px;
  color:var(--wine);
  font-size:14px;
  font-weight:700;
  text-decoration:none
}
.profile-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:28px;color:var(--wine);font-size:14px;font-weight:700}
.profile-breadcrumb a{color:inherit;text-decoration:none}
.profile-breadcrumb a:hover,.profile-breadcrumb a:focus-visible{text-decoration:underline}
.profile-card{
  display:grid;
  grid-template-columns:minmax(320px,.88fr) minmax(420px,1.12fr);
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:34px;
  background:var(--paper);
  box-shadow:var(--shadow)
}
.profile-media-column{display:flex;min-width:0;flex-direction:column;background:#fffaf6}
.profile-photo-wrap{position:relative;min-height:650px;flex:1;background:#d7a774}
.profile-photo-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 65%,rgba(52,10,29,.24))
}
.profile-photo{width:100%;height:100%;object-fit:contain;object-position:center;display:block}
.profile-card--warm-photo .profile-photo,
.profile-card--warm-photo .profile-gallery-thumb img{
  filter:sepia(.18) saturate(1.18) hue-rotate(-7deg) brightness(.9) contrast(1.07)
}
.profile-card--full-photo .profile-photo-wrap{min-height:0;flex:0 0 auto;aspect-ratio:1/1}
.profile-card--full-photo .profile-photo{object-fit:contain;object-position:center}
.profile-copy{padding:clamp(38px,5vw,76px)}
.profile-eyebrow{
  margin:0 0 12px;
  color:var(--gold);
  font-size:13px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase
}
.profile-name{
  margin:0;
  color:var(--wine-dark);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(48px,6vw,78px);
  font-weight:400;
  line-height:1
}
.profile-name-prefix,.profile-name-suffix{display:block;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(13px,1.4vw,17px);font-weight:800;line-height:1.3;letter-spacing:.11em;text-transform:uppercase;color:var(--gold)}
.profile-name-prefix{margin-bottom:8px}
.profile-name-suffix{margin-top:10px;color:var(--wine)}
.profile-role{margin:18px 0 28px;color:var(--wine);font-size:19px;font-weight:700}
.profile-quote{
  margin:0 0 30px;
  padding-left:20px;
  border-left:2px solid var(--gold);
  color:var(--wine-dark);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(23px,2.3vw,31px);
  line-height:1.35
}
.profile-body p{margin:0 0 17px;font-size:17px}
.profile-specific{margin:30px 0 0;padding:24px;border:1px solid var(--line);border-radius:18px;background:rgba(248,242,236,.7)}
.profile-specific h2{margin:0 0 14px;color:var(--wine-dark);font-family:Georgia,"Times New Roman",serif;font-size:clamp(25px,2.8vw,34px);font-weight:400;line-height:1.2}
.profile-specific p{margin:0 0 12px}
.profile-specific p:last-child{margin-bottom:0}
.profile-specific[data-featured]{border-color:rgba(201,141,60,.58);background:linear-gradient(145deg,#fffaf1,#f7e8dd);box-shadow:0 14px 34px rgba(91,15,49,.09)}
.profile-specific-kicker{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.profile-specific-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.profile-specific-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:9px 14px;border:1px solid var(--wine);border-radius:999px;color:var(--wine);font-size:13px;font-weight:800;text-decoration:none}
.profile-specific-actions a:last-child{background:var(--wine);color:#fff}
.profile-facts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:34px 0
}
.profile-fact{padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}
.profile-fact strong{display:block;margin-bottom:5px;color:var(--gold);font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.profile-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:30px}
.profile-gallery-section{margin:0;padding:clamp(22px,3vw,30px);border-top:1px solid var(--line);background:rgba(255,255,255,.86)}
.profile-gallery-section[hidden]{display:none}
.profile-gallery-eyebrow{margin:0;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.profile-gallery-section h2{margin:3px 0 4px;color:var(--wine-dark);font-family:Georgia,"Times New Roman",serif;font-size:clamp(27px,3vw,38px);font-weight:400;line-height:1.2}
.profile-gallery-intro{margin:0 0 18px;color:var(--muted);font-size:14px}
.profile-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.profile-gallery-thumb{position:relative;overflow:hidden;aspect-ratio:4/3;padding:0;border:2px solid transparent;border-radius:14px;background:#eadbd4;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.profile-gallery-thumb:hover{transform:translateY(-2px)}
.profile-gallery-thumb:focus-visible{outline:3px solid rgba(201,141,60,.45);outline-offset:3px}
.profile-gallery-thumb.is-active{border-color:var(--gold);box-shadow:0 8px 24px rgba(91,15,49,.16)}
.profile-gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.profile-availability{margin-top:28px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fffaf5}
.profile-availability h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.45rem,2.4vw,2rem);color:var(--plum);margin:4px 0 10px}
.profile-availability-eyebrow{margin:0;color:#b87323;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em}
.availability-slots{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-top:18px}
.availability-day{padding:16px;border:1px solid #ead5c1;border-radius:16px;background:#fff}
.availability-day h3{margin:0 0 12px;color:var(--wine-dark);font-family:Georgia,"Times New Roman",serif;font-size:1.08rem;font-weight:600}
.availability-day-times{display:grid;grid-template-columns:1fr;gap:8px}
.availability-slot{display:flex;align-items:center;justify-content:center;min-height:42px;padding:9px 12px;border:1px solid #d9a45b;border-radius:10px;color:var(--plum);font-weight:750;text-decoration:none;background:#fffaf5;transition:.2s ease}
.availability-slot:hover,.availability-slot:focus-visible{background:#641438;color:#fff;border-color:#641438}
.availability-note{font-size:.82rem;color:#795f66;margin:16px 0 0}
.availability-alternative{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px;padding-top:18px;border-top:1px solid #ead5c1}
.availability-alternative strong,.availability-alternative span{display:block}
.availability-alternative strong{margin-bottom:4px;color:var(--wine-dark)}
.availability-alternative span{color:#795f66;font-size:.9rem}
.availability-alternative-actions{display:flex;flex-wrap:wrap;gap:8px}
.availability-alternative-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 13px;border:1px solid #641438;border-radius:999px;color:#641438;font-weight:750;text-decoration:none;white-space:nowrap}
.availability-alternative-actions a:first-child{background:#641438;color:#fff}
.profile-source{color:var(--muted);font-size:12px;text-decoration:none}
.profile-nav{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:28px
}
.profile-nav a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:94px;
  padding:20px 24px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(255,255,255,.72);
  color:var(--wine);
  font-weight:700;
  text-decoration:none
}
.profile-nav a:last-child{text-align:right}
.profile-footer{padding:28px 20px 42px;color:var(--muted);font-size:13px;text-align:center}
@media(max-width:900px){
  .profile-header-actions{gap:10px}
  .profile-header-link{font-size:13px}
  .profile-card{grid-template-columns:1fr}
  .profile-photo-wrap{min-height:auto;aspect-ratio:4/4.6}
  .profile-copy{padding:36px 28px 44px}
}
@media(max-width:760px){
  .profile-header{min-height:72px;padding:9px 16px;flex-wrap:wrap;gap:8px}
  .profile-brand{width:100%;justify-content:center}
  .profile-header-actions{
    width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:stretch;gap:8px
  }
  .profile-header-actions>a{width:100%;min-width:0}
  .profile-header-link{
    display:flex;align-items:center;justify-content:center;min-height:38px;
    padding:3px 6px;text-align:center;line-height:1.25;white-space:normal;overflow-wrap:anywhere
  }
  .profile-header-whatsapp,.profile-header-cta{min-height:44px;padding:.65rem .7rem}
}
@media(max-width:600px){
  .profile-mark{width:38px;height:46px}
  .profile-wordmark{font-size:17px}
  .profile-logo{width:190px}
  .profile-header-link{font-size:11px}
  .profile-header-whatsapp{min-height:38px;padding:7px 10px;font-size:11px}
  .profile-header-cta{min-height:38px;padding:7px 10px;font-size:11px}
  .profile-shell{padding:24px 14px 48px}
  .profile-card{border-radius:24px}
  .profile-facts{grid-template-columns:1fr}
  .profile-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .profile-nav{grid-template-columns:1fr}
  .availability-alternative{align-items:flex-start;flex-direction:column}
}
