:root{
  --navy-deep: #101c26;
  --navy-mid: #16232f;
  --ivory: #f2ece0;
  --ivory-dim: #cfc9bc;
  --brass: #b98b4e;
  --brass-light: #d4ab72;
  --slate: #7c8791;
  --line-on-dark: rgba(242,236,224,0.14);
  --line-on-light: rgba(16,28,38,0.12);
  --max: 1120px;
}

.judeso *{box-sizing:border-box;}

.judeso{
  background: var(--navy-deep);
  color: var(--ivory);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

html{scroll-behavior:smooth;}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  .judeso *{animation-duration:0.01ms !important; transition-duration:0.01ms !important;}
}

.judeso h1, .judeso h2, .judeso h3{
  font-family:'Fraunces', serif;
  font-weight:500;
  letter-spacing:-0.01em;
  margin:0;
}

.judeso a{color:inherit;}

.judeso .wrap{max-width:var(--max); margin:0 auto; padding:0 32px;}

.judeso .eyebrow{
  font-family:'Inter', sans-serif;
  font-size:11.5px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--brass-light);
  font-weight:600;
}

/* ---------- NAV ---------- */
.judeso header{
  position:sticky; top:0; z-index:50;
  background:rgba(16,28,38,0.92);
  backdrop-filter: blur(8px);
  border-bottom:1px solid var(--line-on-dark);
}
.judeso nav.wrap{
  display:flex; align-items:center; justify-content:space-between;
  height:76px;
}
.judeso .brand{
  font-family:'Fraunces', serif;
  font-size:22px;
  letter-spacing:0.02em;
  font-weight:500;
  color:var(--ivory);
  text-decoration:none;
}
.judeso .brand span{color:var(--brass-light);}
.judeso .navlinks{
  display:flex; align-items:center; gap:28px;
  font-size:12.5px;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--ivory-dim);
}
.judeso .navlinks a{
  text-decoration:none;
  padding-bottom:4px;
  border-bottom:1px solid transparent;
  transition:border-color .2s ease, color .2s ease;
}
.judeso .navlinks a:hover, .judeso .navlinks a:focus-visible{
  color:var(--brass-light);
  border-color: var(--brass);
  outline:none;
}
.judeso .navlinks a.current{
  color: var(--brass-light);
  border-color: var(--brass);
}
.judeso .navlinks .divider{color:var(--slate); font-size:11px;}

@media (max-width:760px){
  .judeso .navlinks{display:none;}
}

/* ---------- HERO ---------- */
.judeso .hero{
  padding:96px 0 88px;
  border-bottom:1px solid var(--line-on-dark);
  position:relative;
  overflow:hidden;
}
.judeso .hero::after{
  content:"";
  position:absolute; right:-120px; top:-160px;
  width:480px; height:480px;
  border:1px solid var(--line-on-dark);
  border-radius:50%;
}
.judeso .hero .eyebrow{margin-bottom:22px; display:block;}
.judeso .hero h1{
  font-size: clamp(38px, 5.4vw, 64px);
  line-height:1.08;
  max-width:15ch;
  color:var(--ivory);
}
.judeso .hero h1 em{
  font-style:normal;
  color:var(--brass-light);
}
.judeso .hero p.lede{
  margin-top:26px;
  max-width:56ch;
  font-size:18px;
  color:var(--ivory-dim);
}
.judeso .hero-actions{
  margin-top:40px;
  display:flex; gap:16px; flex-wrap:wrap;
}
.judeso .btn{
  display:inline-flex; align-items:center; gap:10px;
  padding:14px 26px;
  font-size:13.5px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:2px;
  font-weight:600;
  transition: transform .15s ease, background .2s ease, color .2s ease;
}
.judeso .btn-primary{
  background:var(--brass);
  color:var(--navy-deep);
}
.judeso .btn-primary:hover{background:var(--brass-light);}
.judeso .btn-ghost{
  border:1px solid var(--line-on-dark);
  color:var(--ivory);
}
.judeso .btn-ghost:hover{border-color:var(--brass); color:var(--brass-light);}
.judeso .btn:focus-visible{outline:2px solid var(--brass-light); outline-offset:3px;}

.judeso .hero-cred{
  margin-top:56px;
  display:flex; flex-wrap:wrap; gap:10px 28px;
  font-size:13px;
  color:var(--slate);
}
.judeso .hero-cred span{color:var(--ivory-dim);}

/* ---------- FOLIO (track record ledger) ---------- */
.judeso .folio{
  padding:80px 0;
  border-bottom:1px solid var(--line-on-dark);
}
.judeso .folio-head{
  display:flex; justify-content:space-between; align-items:flex-end;
  flex-wrap:wrap; gap:16px;
  margin-bottom:40px;
  border-bottom:1px solid var(--line-on-dark);
  padding-bottom:24px;
}
.judeso .folio-head h2{font-size:28px; color:var(--ivory);}
.judeso .folio-head .meta{font-size:12.5px; color:var(--slate); letter-spacing:0.06em;}

.judeso .folio-row{
  display:grid;
  grid-template-columns: 2.3fr 3.3fr 1.1fr;
  gap:24px;
  padding:20px 0;
  border-bottom:1px solid var(--line-on-dark);
  align-items:baseline;
}
.judeso .folio-row:first-of-type{padding-top:0;}
.judeso .folio-row .item{
  font-family:'Fraunces', serif;
  font-size:16.5px;
  color:var(--ivory);
}
.judeso .folio-row .detail{
  font-size:14.5px;
  color:var(--ivory-dim);
}
.judeso .folio-row .figure{
  font-family:'Fraunces', serif;
  font-size:22px;
  color:var(--brass-light);
  text-align:right;
  white-space:nowrap;
}

@media (max-width:700px){
  .judeso .folio-row{grid-template-columns:1fr; gap:6px;}
  .judeso .folio-row .figure{text-align:left;}
}

/* ---------- OFFERINGS ---------- */
.judeso .offerings{
  background:var(--ivory);
  color:var(--navy-deep);
  padding:88px 0;
}
.judeso .offerings .eyebrow{color:#8a6a37;}
.judeso .offerings-head{max-width:60ch; margin-bottom:52px;}
.judeso .offerings-head h2{font-size:32px; margin-top:14px;}
.judeso .offerings-head p{margin-top:14px; color:#3f4a52; font-size:16.5px;}

.judeso .offer-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:1px;
  background:var(--line-on-light);
  border:1px solid var(--line-on-light);
}
.judeso .offer-card{
  background:var(--ivory);
  padding:32px 28px;
}
.judeso .offer-card h3{
  font-size:19px;
  color:var(--navy-deep);
  margin-bottom:12px;
}
.judeso .offer-card p{
  font-size:14.5px;
  color:#4b555c;
  margin:0;
}

@media (max-width:900px){
  .judeso .offer-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:620px){
  .judeso .offer-grid{grid-template-columns:1fr;}
}

/* ---------- PROFILE ---------- */
.judeso .profile{
  padding:88px 0;
  border-bottom:1px solid var(--line-on-dark);
}
.judeso .profile-grid{
  display:grid;
  grid-template-columns: 1fr 1.6fr;
  gap:56px;
  align-items:start;
}
.judeso .profile-name{
  font-size:30px;
  color:var(--ivory);
  margin-top:14px;
}
.judeso .profile-title{
  font-size:14px;
  color:var(--brass-light);
  margin-top:6px;
  letter-spacing:0.03em;
}
.judeso .profile-body p{
  color:var(--ivory-dim);
  font-size:16px;
  margin:0 0 16px;
  max-width:62ch;
}
.judeso .cert-list{
  margin-top:24px;
  display:flex; flex-wrap:wrap; gap:9px 10px;
}
.judeso .cert-pill{
  font-size:12px;
  letter-spacing:0.03em;
  color:var(--ivory-dim);
  border:1px solid var(--line-on-dark);
  padding:6px 12px;
  border-radius:2px;
}

@media (max-width:760px){
  .judeso .profile-grid{grid-template-columns:1fr; gap:28px;}
}

/* ---------- CONTACT ---------- */
.judeso .contact{
  padding:96px 0 110px;
}
.judeso .contact-inner{
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:56px;
  border-top:1px solid var(--line-on-dark);
  padding-top:56px;
}
.judeso .contact h2{font-size:32px; margin-top:14px; max-width:14ch;}
.judeso .contact p.lede{color:var(--ivory-dim); margin-top:16px; max-width:48ch;}
.judeso .contact-card{
  border:1px solid var(--line-on-dark);
  padding:32px;
}
.judeso .contact-card .label{
  font-size:11.5px; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--slate); margin-bottom:6px;
}
.judeso .contact-card .value{
  font-size:16px; margin-bottom:22px;
}
.judeso .contact-card .value:last-child{margin-bottom:0;}
.judeso .contact-card a.value{text-decoration:none; color:var(--brass-light);}
.judeso .contact-card a.value:hover{text-decoration:underline;}

@media (max-width:760px){
  .judeso .contact-inner{grid-template-columns:1fr; gap:36px;}
}

.judeso footer{
  border-top:1px solid var(--line-on-dark);
  padding:28px 0;
  font-size:12.5px;
  color:var(--slate);
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px;
}
